checkpoint

This commit is contained in:
Brian Cao 2022-07-15 16:47:38 -07:00
parent cef365bb55
commit 20b8337e35
34 changed files with 620 additions and 222 deletions

View file

@ -1,5 +1,5 @@
import { runQuery } from 'lib/queries';
import prisma from 'lib/db';
import { prisma, runQuery } from 'lib/db';
import { URL_LENGTH } from 'lib/constants';
export async function saveEvent(website_id, session_id, url, event_type, event_value) {