aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index a86a54c6d..81cef3775 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -153,9 +153,6 @@ export default class AppStore extends Store {
153 this.stores.features.featuresRequest.invalidate({ 153 this.stores.features.featuresRequest.invalidate({
154 immediately: true, 154 immediately: true,
155 }); 155 });
156 this.stores.news.latestNewsRequest.invalidate({
157 immediately: true,
158 });
159 }, ms('60m')); 156 }, ms('60m'));
160 157
161 // Check for updates once every 4 hours 158 // Check for updates once every 4 hours