mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
fcba703f82
@ -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…
x
Reference in New Issue
Block a user