mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
fix active bug
This commit is contained in:
parent
95ed8a09aa
commit
3b7000a436
@ -33,7 +33,7 @@ async function clickhouseQuery(websiteId: string) {
|
||||
|
||||
return rawQuery(
|
||||
`select count(distinct session_id) x
|
||||
from event
|
||||
from website_event
|
||||
where website_id = {websiteId:UUID}
|
||||
and created_at >= {startAt:DateTime('UTC')}`,
|
||||
params,
|
||||
|
Loading…
Reference in New Issue
Block a user