Log session before/after remove

This commit is contained in:
Rory&
2026-08-15 19:10:28 +02:00
parent 65a82c6121
commit 554f8ff38c
+2
View File
@@ -71,7 +71,9 @@ router.post(
}
for (const session of sessions) {
console.log("Session pre remove:", session);
await session.remove();
console.log("Session post remove:", session);
await emitEvent({
session_id: session.session_id,
event: "SB_SESSION_REMOVE",