diff --git a/src/store/actions.js b/src/store/actions.js index 75d1612f..763e650d 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -275,6 +275,7 @@ export default { .get() .then((doc) => { commit('SET_TWITCH_TOKEN', doc.data()); + resolve(); }) .catch(reject); });