diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-24 23:34:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-24 23:34:18 +0900 |
| commit | 1a13c7e0b1cbc03064cc1710cc350875a77b24e0 (patch) | |
| tree | 79a17668ce767876e117cb4b8d0d0ee8e23d2373 /src/server/api/endpoints/auth | |
| parent | wip (diff) | |
| download | misskey-1a13c7e0b1cbc03064cc1710cc350875a77b24e0.tar.gz misskey-1a13c7e0b1cbc03064cc1710cc350875a77b24e0.tar.bz2 misskey-1a13c7e0b1cbc03064cc1710cc350875a77b24e0.zip | |
wip
Diffstat (limited to 'src/server/api/endpoints/auth')
| -rw-r--r-- | src/server/api/endpoints/auth/accept.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/auth/accept.ts b/src/server/api/endpoints/auth/accept.ts index e0073b31e6..b6297d663d 100644 --- a/src/server/api/endpoints/auth/accept.ts +++ b/src/server/api/endpoints/auth/accept.ts @@ -3,7 +3,7 @@ */ import rndstr from 'rndstr'; const crypto = require('crypto'); -import $ from 'cafy'; import ID from '../../../../cafy-id'; +import $ from 'cafy'; import App from '../../../../models/app'; import AuthSess from '../../../../models/auth-session'; import AccessToken from '../../../../models/access-token'; |