mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-11 13:44:01 +01:00
Fixed typo in query.
This commit is contained in:
parent
f4f657b666
commit
6424100223
@ -35,7 +35,7 @@ function clickhouseQuery(websiteId: string, startAt: Date, eventType: number) {
|
||||
url_path,
|
||||
event_name as eventName
|
||||
from website_event
|
||||
where event_type = {eventType:Uint32}
|
||||
where event_type = {eventType:UInt32}
|
||||
and website_id = {websiteId:UUID}
|
||||
and created_at >= {startAt:DateTime('UTC')}`,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user