wip
This commit is contained in:
parent
66ced29c6d
commit
dbcfdcd0c3
41 changed files with 3637 additions and 791 deletions
|
@ -30,7 +30,7 @@ export default (): void => {
|
|||
|
||||
if (user.alertMode === 'note')
|
||||
await delay(3000);
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
if (e.code) {
|
||||
if (e.code === 'NO_SUCH_USER' || e.code === 'AUTHENTICATION_FAILED') {
|
||||
// ユーザーが削除されている場合、レコードからも消してとりやめ
|
||||
|
@ -49,4 +49,4 @@ export default (): void => {
|
|||
nowCalculating: false,
|
||||
});
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue