Skip to content

Commit 0197025

Browse files
author
Nick Randall
committed
fix opentracing tracer
1 parent 063d886 commit 0197025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataloader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func WithTracer(tracer Tracer) Option {
161161
}
162162

163163
// WithOpenTracingTracer allows tracing of calls to Load and LoadMany
164-
func WithOpenTracingTracer(tracer Tracer) Option {
164+
func WithOpenTracingTracer() Option {
165165
return WithTracer(&OpenTracingTracer{})
166166
}
167167

0 commit comments

Comments
 (0)