mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix shareId error
This commit is contained in:
parent
741c6039e6
commit
86d2672c47
26 changed files with 26 additions and 26 deletions
|
|
@ -27,7 +27,7 @@ export async function GET(
|
|||
return unauthorized();
|
||||
}
|
||||
|
||||
const filters = await getQueryFilters(query, websiteId, auth.user.id);
|
||||
const filters = await getQueryFilters(query, websiteId, auth.user?.id);
|
||||
|
||||
const data = await getSessionDataProperties(websiteId, filters);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue