Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jan 24, 2025
1 parent df6eca8 commit cd52705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/net/nat/internal/nat/nat.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func discoverNATs(ctx context.Context) ([]NAT, []error) {
case res := <-resCh:
nats = append(nats, res.nats...)
errs = append(errs, res.errs...)
return nats, errs
case <-allDone:
return nats, errs
case <-ctx.Done():
Expand Down

0 comments on commit cd52705

Please sign in to comment.