This commit is contained in:
Brian Cao 2022-08-25 22:23:19 -07:00
parent c811577460
commit 7e9ed704cc
11 changed files with 13 additions and 13 deletions

View file

@ -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) {