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