(cherry picked from commit cc38613ba4)
Co-authored-by: Owen Diehl <ow.diehl@gmail.com>
This commit is contained in:
co-authored by
Owen Diehl
parent
4a67bfc102
commit
8fef4d7a8a
@@ -448,7 +448,7 @@ func (am *Alertmanager) buildReceiverIntegrations(receiver *apimodels.PostableAp
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
integrations = append(integrations, notify.NewIntegration(n, n, r.Name, i))
|
||||
integrations = append(integrations, notify.NewIntegration(n, n, r.Type, i))
|
||||
}
|
||||
|
||||
return integrations, nil
|
||||
|
||||
Reference in New Issue
Block a user