mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Merge branch 'dev' of https://github.com/umami-software/umami into analytics
This commit is contained in:
commit
4c63db599f
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…
Add table
Add a link
Reference in a new issue