Skip to content

Commit

Permalink
rename all mariaDBHost > postgresDBHost & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Apr 4, 2024
1 parent 9738f9e commit 3cdda1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions go/host/l2/batchrepository.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ func (r *Repository) HandleBatches(batches []*common.ExtBatch, isLive bool) {
// we've already seen this batch or failed to store it for another reason - do not notify subscribers
return
}
if isLive {
// notify subscribers if the batch is new
for _, subscriber := range r.subscribers {
go subscriber.HandleBatch(batch)
}
}
}
}

Expand Down

0 comments on commit 3cdda1b

Please sign in to comment.