fix revenue type
Some checks are pending
Create docker images (cloud) / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run

This commit is contained in:
Francis Cao 2025-12-05 09:18:53 -08:00
parent 7c804b10ea
commit 220c2af344

View file

@ -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,