We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db5fb8 commit 87350f8Copy full SHA for 87350f8
apps/web/src/actions/admin/modify-nav-item.ts
@@ -4,6 +4,7 @@ import { z } from "zod";
4
import { adminAction } from "@/lib/safe-action";
5
import { redisSAdd, redisHSet, removeNavItem } from "@/lib/utils/server/redis";
6
import { revalidatePath } from "next/cache";
7
+import { kv } from "@vercel/kv";
8
9
const metadataSchema = z.object({
10
name: z.string().min(1),
0 commit comments