From 8b5c264bc5546cafd4eac0cc596809851a34cb06 Mon Sep 17 00:00:00 2001 From: BlackSigkill Date: Thu, 5 Feb 2026 12:21:12 +0100 Subject: [PATCH] fix linting warnings --- 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 1e221c7..59782d3 100644 --- a/js/accounts/pocketbase.js +++ b/js/accounts/pocketbase.js @@ -118,7 +118,7 @@ const syncManager = { } } } catch (error) { - console.log(error);// Ignore fallback error + console.log(error); // Ignore fallback error } return fallback; }