From b2b5083102354565cf56356deedeca2d0d64366c Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 3 May 2021 18:55:46 +0100 Subject: [PATCH] fix checkCheckCount on accounts reload --- ts/modules/accounts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index a06d77d..15d17bb 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -808,7 +808,7 @@ export class accountsList { this._users[id].remove(); delete this._users[id]; } - this._checkCheckCount; + this._checkCheckCount(); } }) }