mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove duplicated title from slack notification (#37834)
This commit is contained in:
committed by
GitHub
parent
e8696f978f
commit
db91a55d49
@@ -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