diff --git a/app/components/lib/uppy.ts b/app/components/lib/uppy.ts index 81e8211..4b85254 100644 --- a/app/components/lib/uppy.ts +++ b/app/components/lib/uppy.ts @@ -106,13 +106,9 @@ export function useUppy() { if (file.uploader === "tus") { const hashProgressCb = (event: HashProgressEvent) => { uppyInstance.current?.emit("preprocess-progress", file, { - uploadStarted: false, - bytesUploaded: 0, - preprocess: { mode: "determinate", message: "Hashing file...", value: Math.round((event.total / event.total) * 100), - }, }); }; const options = await sdk.protocols!()