Skip to content

Commit bb695a3

Browse files
Update app/actions/revalidateChat.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab6bde8 commit bb695a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/actions/revalidateChat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import { initContext, revalidateChat } from "@/lib/chatHistory";
44
import { LangId, PagePath, PagePathSchema, PageSlug } from "@/lib/docs";
5-
import z from "zod";
5+
import { z } from "zod";
66

77
export async function revalidateChatAction(
88
chatId: string,

0 commit comments

Comments
 (0)