@ -42,7 +42,7 @@ describe('nodeify', function () {
try {
nodified('baz')
} catch (err) {
done(new Error('should not have thrown an error synchronously'))
}
})
@ -2490,7 +2490,7 @@ function setShowFiatConversionOnTestnetsPreference (value) {
function setCompletedOnboarding () {
return async dispatch => {
dispatch(actions.showLoadingIndication())
await pify(background.markAllNoticesRead).call(background)