mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 12:51:03 +00:00
fix: removed void and converted conditional to boolean
This commit is contained in:
@@ -59,7 +59,7 @@ export const loadState = async () => {
|
||||
void syncDownloadSourcesFromApi();
|
||||
|
||||
// Check for new download options on startup
|
||||
void DownloadSourcesChecker.checkForChanges();
|
||||
DownloadSourcesChecker.checkForChanges();
|
||||
// WSClient.connect();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user