Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Nov 15, 2024
1 parent 4d2c250 commit cb9d321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/check/gsoc/gsoc.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func runInSequence(ctx context.Context, client *bee.Client, numChunks int, batch
func runInParallel(ctx context.Context, client *bee.Client, numChunks int, batches []string, resourceId []byte, privKey *ecdsa.PrivateKey, logger logging.Logger) error {
var errG errgroup.Group
for i := 0; i < numChunks; i++ {
i := i
errG.Go(func() error {
payload := fmt.Sprintf("data %d", i)
logger.Infof("gsoc: submitting soc to node=%s, payload=%s", client.Name(), payload)
Expand Down

0 comments on commit cb9d321

Please sign in to comment.