diff --git a/main.go b/main.go index c05ba35..dd2e753 100644 --- a/main.go +++ b/main.go @@ -187,7 +187,7 @@ func sendWebhook(alertManagerData *AlertManagerData) { } } - if len(embeds) > 1 { + if len(embeds) > 0 { log.Printf("Sending last chunk of data to discord") postMessageToDiscord(alertManagerData, status, color, embeds) }