From bdd8b947e89400606ec1d7e1bd04f3794e942c12 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 28 Jun 2020 04:11:45 +0300 Subject: style: fix 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 64b322a..48843be 100644 --- a/services/users/users.hooks.ts +++ b/services/users/users.hooks.ts @@ -15,7 +15,7 @@ const ignoreCaseRegex = async (context: HookContext): Promise => { export default { after: { all: hooks.protect('password'), - get: discard('password'), // Protect password from local get's + get: discard('password') // Protect password from local get's }, before: { find: ignoreCaseRegex, -- cgit v1.2.3