resolve promise

This commit is contained in:
Gamebrary 2020-10-31 10:43:12 -07:00
parent 2ee8d46900
commit 21b1867915

View file

@ -275,6 +275,7 @@ export default {
.get()
.then((doc) => {
commit('SET_TWITCH_TOKEN', doc.data());
resolve();
})
.catch(reject);
});