mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(server): sign out
This commit is contained in:
@@ -180,6 +180,7 @@ export class AuthController {
|
||||
@Query('user_id') userId: string | undefined
|
||||
) {
|
||||
if (!session) {
|
||||
res.status(HttpStatus.OK).send({});
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user