Update init.ts

This commit is contained in:
syuilo 2020-09-06 14:03:35 +09:00
parent cc35f2c186
commit 73a94798c4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const fetchme = (token) => new Promise((done, fail) => {
if (store.state.i != null) {
// TODO: i.token が null になるケースってどんな時だっけ?
if (store.state.i.token == null) {
this.signout();
signout();
}
// 後から新鮮なデータをフェッチ