From d7d65bbde562519f6a78d90b8ca11a3bdd0420a1 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Jun 2020 01:24:25 +0300 Subject: refactor: simplify profile service --- services/profiles/profiles.hooks.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 services/profiles/profiles.hooks.ts (limited to 'services/profiles/profiles.hooks.ts') 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] - } -}; - -- cgit v1.2.3