mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
feat: remove awaits
This commit is contained in:
@@ -12,6 +12,6 @@ export const startMainLoop = async () => {
|
||||
watchAchievements(),
|
||||
]);
|
||||
|
||||
await sleep(1000);
|
||||
await sleep(1500);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user