chore: calculate times closed out of IT based on all message in session (#4991)

This commit is contained in:
ggurdin 2025-12-30 14:30:50 -05:00 committed by GitHub
parent 2711ded979
commit a537976703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,6 @@ class Choreographer extends ChangeNotifier {
void clear() {
_lastChecked = null;
_timesClicked = 0;
_timesClosedIT.value = 0;
_isFetching.value = false;
_choreoRecord = null;
itController.closeIT();