update websitesession, add session duration
This commit is contained in:
@@ -62,7 +62,7 @@ export async function getSession(req: NextApiRequestCollect): Promise<SessionDat
|
||||
}
|
||||
|
||||
// Find session
|
||||
let session = await fetchSession(sessionId);
|
||||
let session = await fetchSession(websiteId, sessionId);
|
||||
|
||||
// Create a session if not found
|
||||
if (!session) {
|
||||
|
||||
Reference in New Issue
Block a user