Forgot to uncomment news dispatch

This commit is contained in:
Kylart 2017-05-30 16:57:10 +02:00
parent e88640d41c
commit 4ce44ce7b4
1 changed files with 1 additions and 1 deletions

View File

@ -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) })