From 3b25c3feee139229cf4c590f3ce1bb99f3288bd2 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 2 Dec 2018 00:56:00 +0100 Subject: Fix linting issues --- src/features/delayApp/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/delayApp') diff --git a/src/features/delayApp/index.js b/src/features/delayApp/index.js index 92d2dcf6a..9ffa1d2fd 100644 --- a/src/features/delayApp/index.js +++ b/src/features/delayApp/index.js @@ -44,7 +44,7 @@ export default function init(stores) { shownAfterLaunch = true; return; } - + const diff = moment().diff(timeLastDelay); if ((stores.app.isFocused && diff >= config.delayOffset) || !shownAfterLaunch) { debug(`App will be delayed for ${config.delayDuration / 1000}s`); -- cgit v1.2.3-54-g00ecf