aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-01-17 10:49:35 +0400
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-01-17 10:49:35 +0400
commit798bbe35dc7096c02b047c5c7f5acb8df7636e6b (patch)
tree70ca3fa325ab739d97ecfcb0e8548bce1c34ce0f /src/stores/AppStore.js
parentMerge branch 'develop' into feature/remove-miner (diff)
downloadferdium-app-798bbe35dc7096c02b047c5c7f5acb8df7636e6b.tar.gz
ferdium-app-798bbe35dc7096c02b047c5c7f5acb8df7636e6b.tar.zst
ferdium-app-798bbe35dc7096c02b047c5c7f5acb8df7636e6b.zip
Fix linting issues
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 772b33c67..06c43f83f 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -127,6 +127,7 @@ export default class AppStore extends Store {
127 // Reload all services after a healthy nap 127 // Reload all services after a healthy nap
128 // Alternative solution for powerMonitor as the resume event is not fired 128 // Alternative solution for powerMonitor as the resume event is not fired
129 // More information: https://github.com/electron/electron/issues/1615 129 // More information: https://github.com/electron/electron/issues/1615
130 const TIMEOUT = 5000;
130 let lastTime = (new Date()).getTime(); 131 let lastTime = (new Date()).getTime();
131 setInterval(() => { 132 setInterval(() => {
132 const currentTime = (new Date()).getTime(); 133 const currentTime = (new Date()).getTime();