mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
notifications: dont return error if one notifer failed
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user