mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Revert "refactor 6 month retention. use auth instead of cache:website". Fix share page retention bug.
This reverts commit 741c6039e6.
This commit is contained in:
parent
912d2d544d
commit
2bd0734162
27 changed files with 36 additions and 37 deletions
|
|
@ -42,7 +42,7 @@ export async function GET(
|
|||
value: segment.name,
|
||||
}));
|
||||
} else {
|
||||
const filters = await getQueryFilters(query, websiteId, auth.user?.id);
|
||||
const filters = await getQueryFilters(query, websiteId);
|
||||
values = await getValues(websiteId, FILTER_COLUMNS[type], filters);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue