From 482fd966cc7f47b93256cab8c3ca8a57b1b141e6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 19 Mar 2024 07:17:15 -0400 Subject: [PATCH] chore: remove unused property --- app/components/general-layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/general-layout.tsx b/app/components/general-layout.tsx index add18d6..be666f0 100644 --- a/app/components/general-layout.tsx +++ b/app/components/general-layout.tsx @@ -160,7 +160,6 @@ const UploadFileForm = () => { removeFile, cancelAll, } = useUppy({ - uploader: "tus", endpoint: import.meta.env.VITE_PUBLIC_TUS_ENDPOINT, });