mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
fix active visitor bug
This commit is contained in:
parent
1746d7d8fb
commit
7fce92dffd
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ async function relationalQuery(websiteId: string) {
|
|||
async function clickhouseQuery(websiteId: string): Promise<{ x: number }> {
|
||||
const { rawQuery } = clickhouse;
|
||||
|
||||
const result = rawQuery(
|
||||
const result = await rawQuery(
|
||||
`
|
||||
select
|
||||
count(distinct session_id) x
|
||||
|
|
|
|||
Loading…
Reference in a new issue