fix folders

This commit is contained in:
Brian Cao 2022-08-25 22:20:30 -07:00
parent f69bd36223
commit c811577460
30 changed files with 42 additions and 36 deletions

View file

@ -2,7 +2,7 @@ import { CLICKHOUSE, KAFKA, RELATIONAL, URL_LENGTH } from 'lib/constants';
import clickhouse from 'lib/clickhouse';
import { runAnalyticsQuery } from 'lib/db/db';
import kafka from 'lib/db/kafka';
import { prisma, runQuery } from 'lib/db/relational';
import { prisma, runQuery } from 'lib/relational';
export async function savePageView(...args) {
return runAnalyticsQuery({