mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 12:35:37 +02:00
wip
This commit is contained in:
@@ -29,7 +29,7 @@ export default class extends Endpoint<'auth/accept'> {
|
||||
.findOneBy({ token: ps.token });
|
||||
|
||||
if (session == null) {
|
||||
throw new ApiError(meta.errors.noSuchSession);
|
||||
throw new ApiError(this.meta.errors.noSuchSession);
|
||||
}
|
||||
|
||||
const accessToken = secureRndstr(32, true);
|
||||
|
||||
Reference in New Issue
Block a user