diff options
Diffstat (limited to 'server/middlewares/oauth.ts')
-rw-r--r-- | server/middlewares/oauth.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/oauth.ts b/server/middlewares/oauth.ts index 07bbded57..468e41810 100644 --- a/server/middlewares/oauth.ts +++ b/server/middlewares/oauth.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import OAuthServer = require('express-oauth-server') | 1 | import * as OAuthServer from 'express-oauth-server' |
2 | 2 | ||
3 | import { OAUTH_LIFETIME } from '../initializers' | 3 | import { OAUTH_LIFETIME } from '../initializers' |
4 | import { logger } from '../helpers' | 4 | import { logger } from '../helpers' |