diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-27 16:40:07 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-27 16:40:07 +0300 |
commit | 0a6a6be1b43635c60e76669ac2a7ee8581d9b183 (patch) | |
tree | a8759f1d34e55d809a5b702fdca60a82117e1a2e /hooks/isAuthenticated.ts | |
parent | 8f5f077c318e9b466cc47ebab548ea0cd69052f0 (diff) | |
download | which-api-0a6a6be1b43635c60e76669ac2a7ee8581d9b183.tar.gz |
style: fix linting errors
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); |