diff --git a/js/accounts/pocketbase.js b/js/accounts/pocketbase.js index 2e1ebcd..78134a2 100644 --- a/js/accounts/pocketbase.js +++ b/js/accounts/pocketbase.js @@ -115,7 +115,7 @@ const syncManager = { return new Function('return ' + jsFriendly)(); } } - } catch (e) { + } catch { // Ignore fallback error } return fallback;