Skip to content

Commit 6dbedc8

Browse files
committed
fix: linter fixup
1 parent f67f1c1 commit 6dbedc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pipeline/aggregate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func prepareShardName(shardName string) string {
321321
}
322322

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

0 commit comments

Comments
 (0)