Skip to content

Commit

Permalink
remove continue
Browse files Browse the repository at this point in the history
  • Loading branch information
agnusmor committed Aug 9, 2024
1 parent a2d3db2 commit dc12729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aggregator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func (a *Aggregator) Start(ctx context.Context) error {
for !a.isSynced(ctx, nil) {
log.Info("Waiting for synchronizer to sync...")
time.Sleep(a.cfg.RetryTime.Duration)
continue
}

address := fmt.Sprintf("%s:%d", a.cfg.Host, a.cfg.Port)
Expand Down

0 comments on commit dc12729

Please sign in to comment.