diff options
Diffstat (limited to 'services/profiles/profiles.hooks.ts')
-rw-r--r-- | services/profiles/profiles.hooks.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/services/profiles/profiles.hooks.ts b/services/profiles/profiles.hooks.ts deleted file mode 100644 index 13d6f63..0000000 --- a/services/profiles/profiles.hooks.ts +++ /dev/null @@ -1,8 +0,0 @@ -import convertPoll from '../../hooks/convertPoll'; - -export default { - after: { - all: [convertPoll] - } -}; - |