mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01: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 }> {
|
async function clickhouseQuery(websiteId: string): Promise<{ x: number }> {
|
||||||
const { rawQuery } = clickhouse;
|
const { rawQuery } = clickhouse;
|
||||||
|
|
||||||
const result = rawQuery(
|
const result = await rawQuery(
|
||||||
`
|
`
|
||||||
select
|
select
|
||||||
count(distinct session_id) x
|
count(distinct session_id) x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue