Small import fix

This commit is contained in:
Atridad Lahiji 2023-10-07 23:20:21 -06:00
parent c1c973bb68
commit 50f65fc4b7
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ import { eq } from "drizzle-orm";
import { db } from "../_lib/db";
import { rooms } from "../_lib/schema";
import { env } from "env.mjs";
import { track } from "@vercel/analytics";
import { track } from "@vercel/analytics/server";
export const onUserDeletedHandler = async (userId: string | undefined) => {
if (!userId) {