From 4ce44ce7b44b48edd3a241da8336719c1768c91a Mon Sep 17 00:00:00 2001 From: Kylart Date: Tue, 30 May 2017 16:57:10 +0200 Subject: [PATCH] Forgot to uncomment news dispatch --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index 76befe2..284af5b 100644 --- a/store/index.js +++ b/store/index.js @@ -206,7 +206,7 @@ const store = new Vuex.Store({ dispatch('releasesInit').catch(err => { void (err) }) dispatch('seasonsInit').catch(err => { void (err) }) - // dispatch('newsInit').catch(err => { void (err) }) + dispatch('newsInit').catch(err => { void (err) }) dispatch('localInit').catch(err => { void (err) }) dispatch('listInit').catch(err => { void (err) }) dispatch('getHistory').catch(err => { void (err) })