mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
cleanup cohort/filtering for some queries
This commit is contained in:
parent
6829d96862
commit
69aa4ca035
7 changed files with 17 additions and 20 deletions
|
|
@ -86,7 +86,7 @@ async function relationalQuery(
|
|||
limit ${limit}
|
||||
offset ${offset}
|
||||
`,
|
||||
queryParams,
|
||||
{ ...queryParams, ...parameters },
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -184,5 +184,5 @@ async function clickhouseQuery(
|
|||
`;
|
||||
}
|
||||
|
||||
return rawQuery(sql, queryParams);
|
||||
return rawQuery(sql, { ...queryParams, ...parameters });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue