mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-24 18:26:20 +01:00
add ownerId to non-cache.
This commit is contained in:
parent
4c06487b11
commit
9d936fe8e5
@ -63,6 +63,7 @@ export async function findSession(req: NextApiRequestCollect) {
|
||||
subdivision1,
|
||||
subdivision2,
|
||||
city,
|
||||
ownerId: website.userId,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user