mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
fix: removed void from main.ts
This commit is contained in:
@@ -60,7 +60,9 @@ export const loadState = async () => {
|
||||
void syncDownloadSourcesFromApi();
|
||||
|
||||
// Check for new download options on startup (if enabled)
|
||||
void DownloadSourcesChecker.checkForChanges();
|
||||
(async () => {
|
||||
await DownloadSourcesChecker.checkForChanges();
|
||||
})();
|
||||
WSClient.connect();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user