mirror of https://github.com/Kylart/KawAnime.git
Forgot to reset init functions as it should be
This commit is contained in:
parent
71dd3d6a23
commit
068d0d48be
|
@ -166,9 +166,9 @@ const store = new Vuex.Store({
|
|||
commit('init', data.config)
|
||||
|
||||
dispatch('downloaderInit').catch(err => { void (err) })
|
||||
// dispatch('releasesInit').catch(err => { void (err) })
|
||||
// dispatch('seasonsInit').catch(err => { void (err) })
|
||||
// dispatch('newsInit').catch(err => { void (err) })
|
||||
dispatch('releasesInit').catch(err => { void (err) })
|
||||
dispatch('seasonsInit').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) })
|
||||
|
|
Loading…
Reference in New Issue