fix syntax error on session properties query

This commit is contained in:
Francis Cao 2025-02-13 11:20:50 -08:00
parent 53bcd0515e
commit 97f21d6f23

View file

@ -29,7 +29,7 @@ async function relationalQuery(
from website_event e
join session_data d
on d.session_id = e.session_id
where e.website_id = {{websiteId:uuid}}
where e.website_id = {{websiteId::uuid}}
and e.created_at between {{startDate}} and {{endDate}}
${filterQuery}
group by 1