This commit is contained in:
Andre Medeiros 2021-10-17 10:53:14 -04:00
parent 42243def97
commit ad982edcd7

View file

@ -167,7 +167,7 @@ func (snc *stuckNotificationsConsumer) Consume(delivery rmq.Delivery) {
lastAlertedAt := 0.0 lastAlertedAt := 0.0
if things.Count > 1 { if things.Count > 0 {
for _, thing := range things.Children { for _, thing := range things.Children {
if thing.FullName() != account.LastMessageID { if thing.FullName() != account.LastMessageID {
continue continue