Skip to content

Commit

Permalink
fix: linter fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 8, 2023
1 parent f67f1c1 commit 6dbedc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipeline/aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func prepareShardName(shardName string) string {
}

func (xfagg *aggregator) notifyAfterUpload(ctx context.Context, filename string, file *ach.File, agent upload.Agent, uploadErr error) error {
ctx, span := telemetry.StartSpan(ctx, "notify-after-upload", trace.WithAttributes(
_, span := telemetry.StartSpan(ctx, "notify-after-upload", trace.WithAttributes(
attribute.String("achgateway.filename", filename),
attribute.String("achgateway.shard", xfagg.shard.Name),
))
Expand Down

0 comments on commit 6dbedc8

Please sign in to comment.