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