Skip to content

Commit f94159b

Browse files
committed
Test fix
1 parent b58ab2c commit f94159b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/(v2)/v2/nested-traverse/+page.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export async function load() {
4646
// @ts-expect-error Incomplete type, should be undefined
4747
}, emptyData);
4848

49+
// @ts-expect-error Incomplete type, should be undefined
4950
const form = await superValidate(formData, zod(nerveForm));
5051
return {
5152
form

0 commit comments

Comments
 (0)