mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-03 04:29:16 +01:00
lint fix
This commit is contained in:
parent
1a6d47a633
commit
695277c9eb
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ router.post('/miauth/:session/check', async ctx => {
|
|||
AccessTokens.update(token.id, {
|
||||
fetched: true
|
||||
});
|
||||
|
||||
|
||||
ctx.body = {
|
||||
ok: true,
|
||||
token: token.token,
|
||||
|
|
Loading…
Reference in a new issue