mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
fix ref
This commit is contained in:
parent
c811577460
commit
7e9ed704cc
11 changed files with 13 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { CLICKHOUSE, RELATIONAL } from 'lib/constants';
|
||||
import clickhouse from 'lib/clickhouse';
|
||||
import { runAnalyticsQuery } from 'lib/db/db';
|
||||
import { runAnalyticsQuery } from 'lib/db';
|
||||
import { parseFilters, rawQuery } from 'lib/relational';
|
||||
|
||||
export async function getSessionMetrics(...args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue