diff options
Diffstat (limited to 'hooks/isAuthenticated.ts')
-rw-r--r-- | hooks/isAuthenticated.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hooks/isAuthenticated.ts b/hooks/isAuthenticated.ts index d0da8b6..50290c8 100644 --- a/hooks/isAuthenticated.ts +++ b/hooks/isAuthenticated.ts @@ -1,6 +1,4 @@ import { HookContext } from '@feathersjs/feathers'; -import { authenticate } from '@feathersjs/authentication'; - export default async (context: HookContext): Promise<boolean> => { console.log(context.params.authenticated); |