aboutsummaryrefslogtreecommitdiff
path: root/services/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'services/profiles')
-rw-r--r--services/profiles/profiles.hooks.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/profiles/profiles.hooks.ts b/services/profiles/profiles.hooks.ts
index bb05d94..4447bee 100644
--- a/services/profiles/profiles.hooks.ts
+++ b/services/profiles/profiles.hooks.ts
@@ -1,10 +1,10 @@
import {
- expandAuthorManyHook
-} from '../../hooks/expandAuthor';
+ convertPollManyHook
+} from '../../hooks/convertPoll';
export default {
after: {
- get: [expandAuthorManyHook]
+ get: [convertPollManyHook]
}
};