diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-24 18:13:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-24 18:13:06 +0900 |
| commit | 7602e8f9383be37c0f7d9359f862c366b7f2fa00 (patch) | |
| tree | 013dc2467b4a2e028371d4cf94f42a138d2eb4d5 /src/server/api/endpoints/auth/accept.ts | |
| parent | Better japanese (diff) | |
| download | sharkey-7602e8f9383be37c0f7d9359f862c366b7f2fa00.tar.gz sharkey-7602e8f9383be37c0f7d9359f862c366b7f2fa00.tar.bz2 sharkey-7602e8f9383be37c0f7d9359f862c366b7f2fa00.zip | |
cafy 5.xに移行
Diffstat (limited to 'src/server/api/endpoints/auth/accept.ts')
| -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 b6297d663d..e0073b31e6 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 $ from 'cafy'; import ID from '../../../../cafy-id'; import App from '../../../../models/app'; import AuthSess from '../../../../models/auth-session'; import AccessToken from '../../../../models/access-token'; |