This commit is contained in:
zeppi 2021-07-15 16:55:57 -04:00 committed by jessopb
parent b2b88b466e
commit 637c01750a

View file

@ -653,7 +653,6 @@ export function doGetAndPopulatePreferences() {
} }
function failCb(er) { function failCb(er) {
debugger;
dispatch( dispatch(
doToast({ doToast({
isError: true, isError: true,
@ -683,7 +682,7 @@ export function doHandleSyncComplete(error, hasNewData) {
dispatch(doFetchChannelListMine()); dispatch(doFetchChannelListMine());
} }
} else { } else {
console.log('DHSC error', error); console.error('Error in doHandleSyncComplete', error);
} }
}; };
} }