ESLint auto fixes

This commit is contained in:
2025-04-03 22:32:09 +02:00
parent f012572936
commit 92ce2e68ad
14 changed files with 51 additions and 45 deletions

View File

@@ -26,7 +26,7 @@ createRoot(document.getElementById("root")!).render(
<LoadingMessageProvider>
<AsyncWidget
loadKey={1}
load={async () => await ServerApi.LoadConfig()}
load={async () => { await ServerApi.LoadConfig(); }}
errMsg="Failed to load static server configuration!"
build={() => <App />}
/>