fix checkCheckCount on accounts reload

pull/97/head v0.3.4
Harvey Tindall 4 years ago
parent c0f316d049
commit b2b5083102
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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();
} }
}) })
} }

Loading…
Cancel
Save