From ad982edcd770da8305895b9cfdc9c67d046eb8eb Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Sun, 17 Oct 2021 10:53:14 -0400 Subject: [PATCH] oops --- internal/worker/stuck_notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/worker/stuck_notifications.go b/internal/worker/stuck_notifications.go index 563d66e..d53fe8f 100644 --- a/internal/worker/stuck_notifications.go +++ b/internal/worker/stuck_notifications.go @@ -167,7 +167,7 @@ func (snc *stuckNotificationsConsumer) Consume(delivery rmq.Delivery) { lastAlertedAt := 0.0 - if things.Count > 1 { + if things.Count > 0 { for _, thing := range things.Children { if thing.FullName() != account.LastMessageID { continue