chore: remove unused property

This commit is contained in:
Derrick Hammer 2024-03-19 07:17:15 -04:00
parent 1ff5f205b2
commit 482fd966cc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ const UploadFileForm = () => {
removeFile, removeFile,
cancelAll, cancelAll,
} = useUppy({ } = useUppy({
uploader: "tus",
endpoint: import.meta.env.VITE_PUBLIC_TUS_ENDPOINT, endpoint: import.meta.env.VITE_PUBLIC_TUS_ENDPOINT,
}); });