From c7a4ba194dd73e46ba776bfdaead3267fd88ae83 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Sat, 7 Mar 2026 21:04:44 +0000 Subject: [PATCH] style: auto-fix linting issues --- 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 a8d4c30..55d2008 100644 --- a/js/accounts/pocketbase.js +++ b/js/accounts/pocketbase.js @@ -645,4 +645,4 @@ if (pb) { authManager.onAuthStateChanged(syncManager.onAuthStateChanged.bind(syncManager)); } -export { pb, syncManager }; \ No newline at end of file +export { pb, syncManager };