mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
refactor 6 month retention. use auth instead of cache:website
This commit is contained in:
parent
37b6194c5f
commit
741c6039e6
29 changed files with 43 additions and 48 deletions
|
|
@ -29,7 +29,7 @@ export async function GET(
|
|||
}
|
||||
|
||||
const { propertyName } = query;
|
||||
const filters = await getQueryFilters(query, websiteId);
|
||||
const filters = await getQueryFilters(query, websiteId, auth.user.id);
|
||||
|
||||
const data = await getSessionDataValues(websiteId, {
|
||||
...filters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue