Lint
This commit is contained in:
parent
217ccad4c2
commit
39ba151fd7
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { type NextRequest, NextResponse } from "next/server";
|
import { type NextRequest, NextResponse } from "next/server";
|
||||||
|
|
||||||
import { invalidateCache } from "@/_lib/redis";
|
|
||||||
import { db } from "@/_lib/db";
|
import { db } from "@/_lib/db";
|
||||||
import { votes } from "@/_lib/schema";
|
import { votes } from "@/_lib/schema";
|
||||||
import { createId } from "@paralleldrive/cuid2";
|
import { createId } from "@paralleldrive/cuid2";
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import { NextResponse } from "next/server";
|
import { NextResponse } from "next/server";
|
||||||
|
|
||||||
import { fetchCache, setCache } from "@/_lib/redis";
|
|
||||||
import { db } from "@/_lib/db";
|
import { db } from "@/_lib/db";
|
||||||
import { votes } from "@/_lib/schema";
|
import { votes } from "@/_lib/schema";
|
||||||
import { eq } from "drizzle-orm";
|
import { eq } from "drizzle-orm";
|
||||||
|
|
Loading…
Add table
Reference in a new issue