Don't hard fail on sync set error

Need to fix double sync loop first.
This commit is contained in:
Thomas Zarebczan 2020-11-14 01:17:26 -05:00
parent a4c9115063
commit 07916059ed
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -69,7 +69,6 @@ reducers[ACTIONS.SET_SYNC_FAILED] = (state, action) =>
Object.assign({}, state, {
setSyncIsPending: false,
setSyncErrorMessage: action.data.error,
fatalError: true,
});
reducers[ACTIONS.SET_SYNC_COMPLETED] = (state, action) =>