diff options
Diffstat (limited to 'services/users/users.hooks.ts')
-rw-r--r-- | services/users/users.hooks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<HookContext> => { context.result = context.dispatch; return context; -} +}; export default { after: { |