Skip to content

Commit 87350f8

Browse files
committed
fix kv import
1 parent 5db5fb8 commit 87350f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/actions/admin/modify-nav-item.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { z } from "zod";
44
import { adminAction } from "@/lib/safe-action";
55
import { redisSAdd, redisHSet, removeNavItem } from "@/lib/utils/server/redis";
66
import { revalidatePath } from "next/cache";
7+
import { kv } from "@vercel/kv";
78

89
const metadataSchema = z.object({
910
name: z.string().min(1),

0 commit comments

Comments
 (0)