aboutsummaryrefslogtreecommitdiff
path: root/services/profiles/profiles.hooks.ts
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-21 14:29:59 +0300
committereug-vs <eug-vs@keemail.me>2020-06-21 14:30:55 +0300
commite99b51895afd532a529744396ecae87d47c68503 (patch)
treeb5c1ebc0f364d8e11ddad0f27b57340d45b44bb1 /services/profiles/profiles.hooks.ts
parentf4c4f2d4789880c0cfc956d08aab10b5a93ebcb1 (diff)
downloadwhich-api-e99b51895afd532a529744396ecae87d47c68503.tar.gz
feat: change hooks and install which-types
Diffstat (limited to 'services/profiles/profiles.hooks.ts')
-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]
}
};