This commit is contained in:
Atridad Lahiji 2023-10-03 17:07:15 -06:00
parent 4200f9ffc1
commit 4c9ea54f85
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import { type NextRequest, NextResponse } from "next/server";
import { invalidateCache } from "@/_lib/redis";
import { db } from "@/_lib/db";
import { votes } from "@/_lib/schema";
import { createId } from "@paralleldrive/cuid2";

View file

@ -1,6 +1,5 @@
import { NextResponse } from "next/server";
import { fetchCache, setCache } from "@/_lib/redis";
import { db } from "@/_lib/db";
import { votes } from "@/_lib/schema";
import { eq } from "drizzle-orm";