mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
fcba703f82
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