mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue