mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-18 03:01:16 +01:00
Fix #34: Extra comma in the Slack provider request body
This commit is contained in:
parent
79c60d834e
commit
7b5c40d68c
@ -55,7 +55,7 @@ func (provider *AlertProvider) ToCustomAlertProvider(service *core.Service, aler
|
|||||||
"short": false
|
"short": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}`, message, alert.Description, color, results),
|
}`, message, alert.Description, color, results),
|
||||||
Headers: map[string]string{"Content-Type": "application/json"},
|
Headers: map[string]string{"Content-Type": "application/json"},
|
||||||
|
Loading…
Reference in New Issue
Block a user