feat: wait get me on main
Some checks are pending
Release / build (ubuntu-latest) (push) Waiting to run
Release / build (windows-latest) (push) Waiting to run

This commit is contained in:
Zamitto 2024-10-21 19:26:34 -03:00
parent 9c595583cd
commit 7de6e96f63

View File

@ -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();
});