Skip to content

Commit

Permalink
fixed a minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
severussnape321 committed Jul 15, 2023
1 parent e87329d commit 771142d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/collector/app/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ func (c *Collector) Start(options *flags.CollectorOptions) error {
Handler: c.spanHandlers.ZipkinSpansHandler,
TLSConfig: options.Zipkin.TLS,
HealthCheck: c.hCheck,
AllowedHeaders: options.Zipkin.AllowedHeaders,
AllowedOrigins: options.Zipkin.AllowedOrigins,
CORSSettings: options.Zipkin.CORSSettings,
Logger: c.logger,
MetricsFactory: c.metricsFactory,
KeepAlive: options.Zipkin.KeepAlive,
Expand Down

0 comments on commit 771142d

Please sign in to comment.