mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
fix shareId error
This commit is contained in:
parent
741c6039e6
commit
86d2672c47
26 changed files with 26 additions and 26 deletions
|
|
@ -28,7 +28,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 [events, pages, referrers, browsers, os, devices, countries] = await Promise.all([
|
||||
getEventMetrics(websiteId, { type: 'event' }, filters),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue