style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-01-12 11:31:13 +00:00 committed by github-actions[bot]
parent de86337e3e
commit 7cf836754b

View file

@ -127,7 +127,6 @@ export class SyncManager {
const localTime = localItem.updatedAt || 0;
const cloudTime = item.updatedAt || 0;
if (cloudTime > localTime) {
const localTracks = Array.isArray(localItem.tracks) ? localItem.tracks.length : 0;
const cloudTracks = Array.isArray(item.tracks) ? item.tracks.length : 0;