mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-29 18:19:26 +00:00
Fix sessions logout
This commit is contained in:
@@ -70,6 +70,7 @@ router.post(
|
||||
for (const session of sessions) {
|
||||
await session.remove();
|
||||
}
|
||||
res.status(204).send();
|
||||
},
|
||||
);
|
||||
export default router;
|
||||
|
||||
Reference in New Issue
Block a user