Skip to content

Commit

Permalink
fix kv import
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Jan 12, 2025
1 parent 5db5fb8 commit 87350f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/actions/admin/modify-nav-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { z } from "zod";
import { adminAction } from "@/lib/safe-action";
import { redisSAdd, redisHSet, removeNavItem } from "@/lib/utils/server/redis";
import { revalidatePath } from "next/cache";
import { kv } from "@vercel/kv";

const metadataSchema = z.object({
name: z.string().min(1),
Expand Down

0 comments on commit 87350f8

Please sign in to comment.