From bbad4318f3b7d7b3e5d178ad88a0d9872d9dcc10 Mon Sep 17 00:00:00 2001 From: JulienMaille <182520+JulienMaille@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:49:47 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/accounts/pocketbase.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/accounts/pocketbase.js b/js/accounts/pocketbase.js index 1904642..e826406 100644 --- a/js/accounts/pocketbase.js +++ b/js/accounts/pocketbase.js @@ -337,7 +337,7 @@ const syncManager = { try { const existing = await this.pb.collection(PUBLIC_COLLECTION).getList(1, 1, { - filter: `uuid="${playlist.id}"`, + filter: `uuid="${playlist.id}"`, p_id: playlist.id, }); @@ -357,7 +357,7 @@ const syncManager = { try { const existing = await this.pb.collection('public_playlists').getList(1, 1, { - filter: `uuid="${uuid}"`, + filter: `uuid="${uuid}"`, p_id: uuid, });