Skip to content

Commit 701ad3f

Browse files
committed
clean up
1 parent f804b6c commit 701ad3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const initWithPlugins = <T>(
8585
value?: ValueType<T>,
8686
plugins: Plugin<T>[] = [],
8787
doNotInit = false,
88-
...fields: string[]
8988
) => {
9089
value = value instanceof Function ? value() : value;
9190
if (doNotInit) {

0 commit comments

Comments
 (0)