Skip to content

Commit

Permalink
fix: (metrics) remove redundant ClientOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
laouji committed Jan 2, 2025
1 parent d9bb209 commit 6850621
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/connectors/metrics/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import (
"time"
)

type ClientOptions struct {
Timeout time.Duration
}

func NewHTTPClient(connectorName string, timeout time.Duration) *http.Client {
return &http.Client{
Timeout: timeout,
Expand Down

0 comments on commit 6850621

Please sign in to comment.