diff options
Diffstat (limited to 'services/profiles/profiles.hooks.ts')
-rw-r--r-- | services/profiles/profiles.hooks.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/profiles/profiles.hooks.ts b/services/profiles/profiles.hooks.ts index b022aff..bb05d94 100644 --- a/services/profiles/profiles.hooks.ts +++ b/services/profiles/profiles.hooks.ts @@ -1,10 +1,10 @@ import { - expandAuthorManyHook, + expandAuthorManyHook } from '../../hooks/expandAuthor'; export default { after: { - get: [expandAuthorManyHook], + get: [expandAuthorManyHook] } }; |