This commit is contained in:
Andras Schmelczer 2026-01-04 14:14:05 +00:00
commit e3a90833ff
10 changed files with 92 additions and 98 deletions

View file

@ -166,7 +166,7 @@ export class Syncer {
// in that case, we mustn't move it again.
if (
this.database.getLatestDocumentByRelativePath(relativePath) ===
undefined ||
undefined ||
this.database.getLatestDocumentByRelativePath(relativePath)
?.isDeleted === true
) {
@ -484,6 +484,5 @@ export class Syncer {
return this.syncLocallyDeletedFile(relativePath);
})
);
}
}