mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Remove duplicated title from slack notification (#37834)
This commit is contained in:
@@ -299,7 +299,6 @@ func (sn *SlackNotifier) Notify(evalContext *alerting.EvalContext) error {
|
||||
}
|
||||
body := map[string]interface{}{
|
||||
"channel": sn.recipient,
|
||||
"text": evalContext.GetNotificationTitle(),
|
||||
"attachments": []map[string]interface{}{
|
||||
attachment,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user