mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix refs
This commit is contained in:
parent
7e9ed704cc
commit
f499af5491
3 changed files with 32 additions and 14 deletions
|
|
@ -55,7 +55,7 @@ async function clickhouseQuery(
|
|||
sessionKey = 'session_uuid',
|
||||
) {
|
||||
const params = [website_id];
|
||||
const { pageviewQuery, sessionQuery, joinSession } = clickhouse.parseFilters(
|
||||
const { pageviewQuery, sessionQuery, joinSession } = parseFilters(
|
||||
'pageview',
|
||||
null,
|
||||
filters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue