Skip to content

Commit f07879e

Browse files
committed
Fixed setError signature
1 parent b58a905 commit f07879e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/superValidate.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { ActionFailure, fail, json, type RequestEvent } from '@sveltejs/kit';
1+
import {
2+
fail,
3+
json,
4+
type RequestEvent,
5+
type ActionFailure
6+
} from '@sveltejs/kit';
27
import { parse, stringify } from 'devalue';
38
import {
49
SuperFormError,

0 commit comments

Comments
 (0)