From 7685d8b4d3b3e6fea09dc9ef355f7331b0537a80 Mon Sep 17 00:00:00 2001 From: BlackSigkill Date: Wed, 4 Feb 2026 17:16:03 +0100 Subject: [PATCH] fix linting warning --- js/accounts/pocketbase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;