aboutsummaryrefslogtreecommitdiff
path: root/services/profiles/profiles.hooks.ts
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-06-12 20:21:30 +0300
committerGitHub <noreply@github.com>2020-06-12 20:21:30 +0300
commit1860396a1286936374ab88937da3e0b6b9b1a36d (patch)
treeeb905fa1307833c1ab856c387be2fa533ed2ea34 /services/profiles/profiles.hooks.ts
parent0ecf99e2749fe60a20e86b266c6019ebb56e021a (diff)
parent7e4ebee9a0e56546d6dce76c5c48d6d13371c689 (diff)
downloadwhich-api-1860396a1286936374ab88937da3e0b6b9b1a36d.tar.gz
Merge pull request #6 from eug-vs/eslint
Eslint
Diffstat (limited to 'services/profiles/profiles.hooks.ts')
-rw-r--r--services/profiles/profiles.hooks.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/profiles/profiles.hooks.ts b/services/profiles/profiles.hooks.ts
index b022aff..bb05d94 100644
--- a/services/profiles/profiles.hooks.ts
+++ b/services/profiles/profiles.hooks.ts
@@ -1,10 +1,10 @@
import {
- expandAuthorManyHook,
+ expandAuthorManyHook
} from '../../hooks/expandAuthor';
export default {
after: {
- get: [expandAuthorManyHook],
+ get: [expandAuthorManyHook]
}
};