mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 02:55:38 +01:00
fix active bug
This commit is contained in:
parent
95ed8a09aa
commit
3b7000a436
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ async function clickhouseQuery(websiteId: string) {
|
||||||
|
|
||||||
return rawQuery(
|
return rawQuery(
|
||||||
`select count(distinct session_id) x
|
`select count(distinct session_id) x
|
||||||
from event
|
from website_event
|
||||||
where website_id = {websiteId:UUID}
|
where website_id = {websiteId:UUID}
|
||||||
and created_at >= {startAt:DateTime('UTC')}`,
|
and created_at >= {startAt:DateTime('UTC')}`,
|
||||||
params,
|
params,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue