From 7de6e96f632153217683bbcbf2903fdcb0078331 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:26:34 -0300 Subject: [PATCH] feat: wait get me on main --- src/main/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.ts b/src/main/main.ts index 6794c204..a680c824 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -23,7 +23,7 @@ const loadState = async (userPreferences: UserPreferences | null) => { Ludusavi.addManifestToLudusaviConfig(); - HydraApi.setupApi().then(async () => { + await HydraApi.setupApi().then(async () => { await getUserData().catch(() => {}); uploadGamesBatch(); });