Skip to content

Commit 226b029

Browse files
marcelklehrCopilot
andauthored
fixup
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1be0c22 commit 226b029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/strategies/Default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export default class SyncProcess {
292292

293293
// Remove mappings only after both plans have been executed
294294
this.localDonePlan.REMOVE.getActions().forEach(action => this.removeMapping(this.localTree, action.payload))
295-
this.serverDonePlan.REMOVE.getActions().forEach(action => this.removeMapping(this.localTree, action.payload))
295+
this.serverDonePlan.REMOVE.getActions().forEach(action => this.removeMapping(this.server, action.payload))
296296

297297
if (this.canceled) {
298298
throw new CancelledSyncError()

0 commit comments

Comments
 (0)