Fix: changesEvents reset value

This commit is contained in:
ignatella 2024-11-09 11:09:48 +01:00
parent ffa09824d5
commit 59745943aa
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ func (monitor *Monitor) monitor() {
Changes: changesEvents, Changes: changesEvents,
} }
changesEvents = make([]*MonitorEvent, 0) changesEvents = nil
} }
} }
} }