mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
add ownerId to non-cache.
This commit is contained in:
parent
4c06487b11
commit
9d936fe8e5
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ export async function findSession(req: NextApiRequestCollect) {
|
||||||
subdivision1,
|
subdivision1,
|
||||||
subdivision2,
|
subdivision2,
|
||||||
city,
|
city,
|
||||||
|
ownerId: website.userId,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue