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