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