Small import fix
This commit is contained in:
parent
c1c973bb68
commit
50f65fc4b7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue