mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
fix lint warnings
This commit is contained in:
@@ -51,7 +51,7 @@ const SingleUpload = ({ text, doRestart }: SingleUploadProps) => {
|
||||
});
|
||||
}
|
||||
};
|
||||
uploadFile();
|
||||
void uploadFile();
|
||||
}, [file]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user