fix lint warnings

This commit is contained in:
proddy
2025-10-22 18:34:00 +02:00
parent f75deb3505
commit 307ef4e285
2 changed files with 23 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ const SingleUpload = ({ text, doRestart }: SingleUploadProps) => {
});
}
};
uploadFile();
void uploadFile();
}, [file]);
return (