Added missing commas

pull/16116/head
Magnus Berglund 7 years ago
parent 0de77598d7
commit 0511095303
  1. 4
      pkg/services/alerting/notifiers/teams.go

@ -82,8 +82,8 @@ func (this *TeamsNotifier) Notify(evalContext *alerting.EvalContext) error {
if evalContext.ImagePublicUrl != "" { if evalContext.ImagePublicUrl != "" {
images = []map[string]interface{}{ images = []map[string]interface{}{
{ {
"image": evalContext.ImagePublicUrl "image": evalContext.ImagePublicUrl,
} },
} }
} }

Loading…
Cancel
Save