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
|
|
@ -37,7 +37,7 @@ export async function GET(
|
|||
}
|
||||
|
||||
const { type, limit, offset, search } = query;
|
||||
const filters = await getQueryFilters(query, websiteId, auth.user.id);
|
||||
const filters = await getQueryFilters(query, websiteId, auth.user?.id);
|
||||
|
||||
if (search) {
|
||||
filters[type] = `c.${search}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue