From 73a94798c4eaada4a21ad1a04b76fd2795ba49b5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 6 Sep 2020 14:03:35 +0900 Subject: [PATCH] Update init.ts --- src/client/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/init.ts b/src/client/init.ts index fdcb7155d2..9144581488 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -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(); } // 後から新鮮なデータをフェッチ