mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
oops
This commit is contained in:
parent
42243def97
commit
ad982edcd7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue