fix linting warnings

This commit is contained in:
BlackSigkill 2026-02-05 12:21:12 +01:00
parent 8e9ffaa694
commit 8b5c264bc5

View file

@ -118,7 +118,7 @@ const syncManager = {
} }
} }
} catch (error) { } catch (error) {
console.log(error);// Ignore fallback error console.log(error); // Ignore fallback error
} }
return fallback; return fallback;
} }