1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

fix checkCheckCount on accounts reload

This commit is contained in:
Harvey Tindall 2021-05-03 18:55:46 +01:00
parent c0f316d049
commit b2b5083102
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -808,7 +808,7 @@ export class accountsList {
this._users[id].remove(); this._users[id].remove();
delete this._users[id]; delete this._users[id];
} }
this._checkCheckCount; this._checkCheckCount();
} }
}) })
} }