mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
add ownerId to non-cache.
This commit is contained in:
parent
178a95f008
commit
968574dda1
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ export async function findSession(req: NextApiRequestCollect) {
|
|||
subdivision1,
|
||||
subdivision2,
|
||||
city,
|
||||
ownerId: website.userId,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue