diff --git a/types/types.go b/types/types.go index 969a849e..26f787da 100644 --- a/types/types.go +++ b/types/types.go @@ -204,10 +204,7 @@ func (m *memMarker) SetActive(alert model.Fingerprint) { s, found := m.m[alert] if !found { - s = &AlertStatus{ - SilencedBy: []string{}, - InhibitedBy: []string{}, - } + s = &AlertStatus{} m.m[alert] = s }