This commit is contained in:
2025-12-25 23:49:47 -07:00
parent 13821cbcd5
commit 0d608cf3f4
26 changed files with 7 additions and 94 deletions

View File

@@ -40,8 +40,6 @@ export async function validateSession(sessionId: string) {
return null;
}
// Extend session if close to expiry (optional, skipping for simplicity)
return { session, user };
}