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:
parent
c0f316d049
commit
b2b5083102
@ -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…
Reference in New Issue
Block a user