From 21b1867915d14b8d4b5a1c2e08e3462cf168ee70 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Sat, 31 Oct 2020 10:43:12 -0700 Subject: [PATCH] resolve promise --- src/store/actions.js | 1 + 1 file changed, 1 insertion(+) 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); });