fix lint warnings

This commit is contained in:
Proddy
2023-04-22 10:05:13 +02:00
parent 19e8e4a7a1
commit 209afc87bb
19 changed files with 37 additions and 40 deletions

View File

@@ -117,7 +117,7 @@ const SystemLog: FC = () => {
...data,
level: parseInt(event.target.value)
});
sendSettings(data.max_messages, parseInt(event.target.value));
void sendSettings(data.max_messages, parseInt(event.target.value));
}
};
@@ -163,7 +163,7 @@ const SystemLog: FC = () => {
}, [LL]);
useEffect(() => {
fetchLog();
void fetchLog();
}, [fetchLog]);
useEffect(() => {