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; }