Skip to content

Commit

Permalink
removes unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 25, 2024
1 parent 1c4f482 commit f9ea645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mw/statsd/statsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func NewPublisher(opts ...func(c *Client)) *Client {

// Run methods runs the publisher and starts up the go-routine publisher in the background
// the go-routine publisher publishes the go-routine count every 10 seconds
func (s *Client) Run(ctx context.Context, opts ...func(r *runOpts)) error {
func (s *Client) Run(opts ...func(r *runOpts)) error {
config := &statsd.ClientConfig{
Prefix: s.prefix,
Address: s.host,
Expand Down

0 comments on commit f9ea645

Please sign in to comment.