Skip to content
Prev Previous commit
Next Next commit
fix: Do not disconnect during conflict to be able to catch up on a re…
…solution

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and mejo- committed Mar 29, 2023
commit c56586baa32a231f817b642a673c15796766f33f
1 change: 0 additions & 1 deletion src/services/PollingBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ class PollingBackend {
outsideChange: e.response.data.outsideChange,
},
})
this.disconnect()
} else if (e.response.status === 403) {
this.#syncService.emit('error', { type: ERROR_TYPE.SOURCE_NOT_FOUND, data: {} })
this.disconnect()
Expand Down