Skip to content

Commit

Permalink
fix(server): sign out
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Sep 20, 2024
1 parent e0f1fe4 commit 2cabc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/server/src/core/auth/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export class AuthController {
@Query('user_id') userId: string | undefined
) {
if (!session) {
res.status(HttpStatus.OK).send({});
return;
}

Expand Down

0 comments on commit 2cabc2d

Please sign in to comment.