mirror of
https://github.com/umami-software/umami.git
synced 2025-12-28 06:34:11 +00:00
fix revenue type
Some checks failed
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled
Some checks failed
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled
This commit is contained in:
parent
7c804b10ea
commit
220c2af344
@ -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…
Reference in New Issue
Block a user