mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
fix revenue type
This commit is contained in:
parent
7c804b10ea
commit
220c2af344
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ async function clickhouseQuery(
|
|||
${cohortQuery}
|
||||
where website_revenue.website_id = {websiteId:UUID}
|
||||
and website_revenue.created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||
aand upper(website_revenue.currency) = {currency:String}
|
||||
and upper(website_revenue.currency) = {currency:String}
|
||||
${filterQuery}
|
||||
`,
|
||||
queryParams,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue