From fe529f4a7739ac6dd9a30652279818519565ec6a Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 18:52:01 +0300 Subject: style!: fix all linting errors --- services/users/users.hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/users/users.hooks.ts') diff --git a/services/users/users.hooks.ts b/services/users/users.hooks.ts index 8eecca3..ee1ae1c 100644 --- a/services/users/users.hooks.ts +++ b/services/users/users.hooks.ts @@ -6,7 +6,7 @@ const hashPassword = hooks.hashPassword('password'); const localDispatch = async (context: HookContext): Promise => { context.result = context.dispatch; return context; -} +}; export default { after: { -- cgit v1.2.3