mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
6e189d8d0d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ router.post('/miauth/:session/check', async ctx => {
|
||||||
AccessTokens.update(token.id, {
|
AccessTokens.update(token.id, {
|
||||||
fetched: true
|
fetched: true
|
||||||
});
|
});
|
||||||
|
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
ok: true,
|
ok: true,
|
||||||
token: token.token,
|
token: token.token,
|
||||||
|
|
Loading…
Reference in a new issue