mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
Fix console.log and NGINX port
This commit is contained in:
@@ -161,7 +161,6 @@ export class SessionHandler {
|
||||
};
|
||||
const session =
|
||||
(await this.sessionProvider.getSession(token)) ?? defaultSession;
|
||||
console.log(session);
|
||||
session.data[key] = value;
|
||||
await this.sessionProvider.setSession(token, session);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user