diff options
| author | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2017-09-16 14:31:24 +0900 |
|---|---|---|
| committer | こぴなたみぽ <syuilotan@yahoo.co.jp> | 2017-09-16 14:31:24 +0900 |
| commit | b2e28869cc9410070b689517993f6cdbfd73e0f8 (patch) | |
| tree | 4ef426f5f51e389d44a130998cde23e55f5dadf8 /src/api/authenticate.ts | |
| parent | Refactoring (diff) | |
| download | sharkey-b2e28869cc9410070b689517993f6cdbfd73e0f8.tar.gz sharkey-b2e28869cc9410070b689517993f6cdbfd73e0f8.tar.bz2 sharkey-b2e28869cc9410070b689517993f6cdbfd73e0f8.zip | |
oops
Diffstat (limited to 'src/api/authenticate.ts')
| -rw-r--r-- | src/api/authenticate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/authenticate.ts b/src/api/authenticate.ts index e044d4ae8b..6de91c16e8 100644 --- a/src/api/authenticate.ts +++ b/src/api/authenticate.ts @@ -1,6 +1,6 @@ import * as express from 'express'; import App from './models/app'; -import{ default as User, IUser } from './models/user'; +import { default as User, IUser } from './models/user'; import AccessToken from './models/access-token'; import isNativeToken from './common/is-native-token'; |