Fix Discord webhook payload (#16257)
luchaos committed
Oct 22, 2023 at 23:54 UTC
b549f59bc101ccf2ebee87667ce4ccb68f83ecee
1 file changed
+1
-1
health/notifications/alarm-notify.sh.in
+1
-1
@@ -1786,7 +1786,7 @@ send_discord() {
1786
"text": "${info}",
1787
"fields": [
1788
{
1789
- "title": "${chart}",
1789
+ "title": "${chart}"
1790
}
1791
],
1792
"thumb_url": "${image}",