mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +00:00
resolve promise
This commit is contained in:
parent
2ee8d46900
commit
21b1867915
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ export default {
|
||||||
.get()
|
.get()
|
||||||
.then((doc) => {
|
.then((doc) => {
|
||||||
commit('SET_TWITCH_TOKEN', doc.data());
|
commit('SET_TWITCH_TOKEN', doc.data());
|
||||||
|
resolve();
|
||||||
})
|
})
|
||||||
.catch(reject);
|
.catch(reject);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue