From 2a4e1ff734533a026ebf4122c31355e2dffba1b2 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 12 Jun 2020 20:08:58 +0300 Subject: style: fix some eslint errors --- services/profiles/profiles.hooks.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/profiles/profiles.hooks.ts') 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] } }; -- cgit v1.2.3