mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Fix keeping matches in the report history
This commit is contained in:
@@ -877,7 +877,6 @@ func (p *parser) storeReportHistory(state string) {
|
||||
history := r.Value.(ReportHistoryEntry)
|
||||
history.Log = nil
|
||||
history.Prelude = nil
|
||||
history.Matches = nil
|
||||
|
||||
r.Value = history
|
||||
}
|
||||
|
Reference in New Issue
Block a user