Skip to content

Commit 6890016

Browse files
nit
1 parent 235906a commit 6890016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid/src/create-uploadthing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function __createUploadThingInternal<
9393
if (!opts?.onUploadBegin) return;
9494
opts.onUploadBegin(file);
9595
},
96-
// @ts-expect-error - TODO: fix this
96+
// @ts-expect-error - input may not be defined on the type
9797
input,
9898
});
9999

0 commit comments

Comments
 (0)