mirror of
https://github.com/diced/zipline.git
synced 2026-04-28 10:43:06 -07:00
fix: linting
This commit is contained in:
@@ -184,8 +184,7 @@ async function oauthPlugin(fastify: FastifyInstance) {
|
||||
},
|
||||
});
|
||||
|
||||
if (session?.sessionId)
|
||||
session.destroy();
|
||||
if (session?.sessionId) session.destroy();
|
||||
|
||||
await saveSession(session, <User>login.user!, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user