temp hack: ...and dont forget to save it

This commit is contained in:
Rory&
2026-03-06 02:32:46 +01:00
parent 848f060452
commit f5ecdd7fd2

View File

@@ -106,6 +106,7 @@ export const checkToken = (
status: "online",
client_info: {},
});
await session.save();
logAuth("validateUser rejected: Session not found");
return rejectAndLog(reject, 401, "Invalid Token");
}