Skip to content

Commit 32a75f8

Browse files
committed
check fix
1 parent 3d15484 commit 32a75f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(v2)/v2/issue-368/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const load = async () => {
1010

1111
export const actions = {
1212
default: async ({ request }) => {
13-
const form = await superValidate(request);
13+
const form = await superValidate(request, zod(schema));
1414
console.log(form);
1515

1616
if (!form.valid) return fail(400, { form });

0 commit comments

Comments
 (0)