diff options
-rw-r--r-- | test/unit/app/nodeify-test.js | 2 | ||||
-rw-r--r-- | ui/app/store/actions.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/app/nodeify-test.js b/test/unit/app/nodeify-test.js index 0dafc6653..fa5e49fb2 100644 --- a/test/unit/app/nodeify-test.js +++ b/test/unit/app/nodeify-test.js @@ -42,7 +42,7 @@ describe('nodeify', function () { try { nodified('baz') } catch (err) { - done(new Error('should not have thrown an error synchronously')) + done(new Error('should not have thrown an error synchronously')) } }) diff --git a/ui/app/store/actions.js b/ui/app/store/actions.js index db3427ee6..e5825b5f6 100644 --- a/ui/app/store/actions.js +++ b/ui/app/store/actions.js @@ -2490,7 +2490,7 @@ function setShowFiatConversionOnTestnetsPreference (value) { function setCompletedOnboarding () { return async dispatch => { dispatch(actions.showLoadingIndication()) - + try { await pify(background.markAllNoticesRead).call(background) } catch (err) { |