mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Fix session lookup.
This commit is contained in:
parent
bbdb672063
commit
9001361e4c
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ export async function findSession(req: NextApiRequestCollect) {
|
|||
}
|
||||
|
||||
// Find session
|
||||
let session = await loadSession(websiteId);
|
||||
let session = await loadSession(sessionId);
|
||||
|
||||
// Create a session if not found
|
||||
if (!session) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue