We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be0c22 commit 226b029Copy full SHA for 226b029
1 file changed
src/lib/strategies/Default.ts
@@ -292,7 +292,7 @@ export default class SyncProcess {
292
293
// Remove mappings only after both plans have been executed
294
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))
+ this.serverDonePlan.REMOVE.getActions().forEach(action => this.removeMapping(this.server, action.payload))
296
297
if (this.canceled) {
298
throw new CancelledSyncError()
0 commit comments