From 02585c0bd023b379778fb850e53eecb9c45e5509 Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 29 Mar 2019 12:51:54 +0800 Subject: [PATCH] lint fix --- test/unit/app/nodeify-test.js | 2 +- 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) {