Skip to content

Commit

Permalink
Merge pull request #11 from wiesson/patch-1
Browse files Browse the repository at this point in the history
Fix undefined parse README.md
  • Loading branch information
fabian-hiller authored Apr 30, 2024
2 parents 69f6615 + aaabff7 commit 7acfada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async function server(formData: FormData) {
});

// Parse form values
const productData = parse(ProductSchema, formValues);
const productData = v.parse(ProductSchema, formValues);

// Handle errors
} catch (error) {
Expand Down

0 comments on commit 7acfada

Please sign in to comment.