Oops
This commit is contained in:
parent
0975a7aa84
commit
f3485ff055
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { eq } from "drizzle-orm";
|
|||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
import { db } from "~/server/db";
|
||||
import { logs, rooms, votes } from "~/server/schema";
|
||||
import { validateApiKey, validateRequest } from "~/server/unkey";
|
||||
import { validateRequest } from "~/server/unkey";
|
||||
|
||||
export default async function handler(
|
||||
req: NextApiRequest,
|
||||
|
|
Loading…
Add table
Reference in a new issue