1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Fix #34: Extra comma in the Slack provider request body

This commit is contained in:
TwinProduction 2020-11-14 16:17:19 -05:00
parent 79c60d834e
commit 7b5c40d68c

View file

@ -55,7 +55,7 @@ func (provider *AlertProvider) ToCustomAlertProvider(service *core.Service, aler
"short": false
}
]
},
}
]
}`, message, alert.Description, color, results),
Headers: map[string]string{"Content-Type": "application/json"},