This commit is contained in:
Atridad Lahiji 2023-08-14 01:19:08 -06:00
parent 0975a7aa84
commit f3485ff055
No known key found for this signature in database
GPG key ID: 7CB8245F56BC3880

View file

@ -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,