remove data type

This commit is contained in:
proddy
2024-10-02 08:54:31 +02:00
parent fc896914e9
commit fe0d0bb11c

View File

@@ -69,11 +69,7 @@ const DownloadUpload = () => {
immediate: false
});
const {
data: data,
send: loadData,
error
} = useRequest(SystemApi.readSystemStatus);
const { data, send: loadData, error } = useRequest(SystemApi.readSystemStatus);
const { send: sendUploadURL } = useRequest(
(url: string) => callAction({ action: 'uploadURL', param: url }),