style: auto-fix linting issues
This commit is contained in:
parent
63dbd9289b
commit
bbad4318f3
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue