fix syntax error

This commit is contained in:
Francis Cao
2026-05-01 13:25:54 -07:00
parent 00c0273500
commit 946a969df6
+1 -1
View File
@@ -79,7 +79,7 @@ async function relationalQuery(
and website_event.website_id = {{websiteId::uuid}}
and website_event.created_at between {{startDate}} and {{endDate}}
and website_event.event_type = 2
and website_event.event_name = {eventName:String}
and website_event.event_name = {{eventName}}
${cohortQuery}
${joinSessionQuery}
where event_data.website_id = {{websiteId::uuid}}