mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fix parseFilters
This commit is contained in:
parent
aa8057f9fe
commit
1c26581cd1
4 changed files with 17 additions and 11 deletions
|
|
@ -47,6 +47,7 @@ async function clickhouseQuery(website_id, start_at, end_at, field, filters = {}
|
|||
const params = [website_id];
|
||||
const { pageviewQuery, sessionQuery, joinSession } = parseFilters(
|
||||
'pageview',
|
||||
null,
|
||||
filters,
|
||||
params,
|
||||
'session_uuid',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue