Skip to content

Commit

Permalink
fix: remove unnecessary success sent
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 23, 2024
1 parent e500042 commit 27a19e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions node/pkg/checker/ping/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,6 @@ func (app *App) Start(ctx context.Context) {

time.Sleep(DefaultReconnectInterval)
continue
} else {

app.ResultsBuffer <- PingResult{
Address: endpoint.Address,
Success: true,
Delay: 0,
}
return
}
}
}
Expand Down

0 comments on commit 27a19e9

Please sign in to comment.