mirror of https://github.com/grafana/grafana.git
notifications: dont return error if one notifer failed
This commit is contained in:
parent
e91e3ea771
commit
66c56e7bbe
|
|
@ -90,7 +90,7 @@ func (n *notificationService) sendNotifications(evalContext *EvalContext, notifi
|
|||
})
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
n.log.Error("failed to send notification", "id", not.GetNotifierId())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue