We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e27b65 commit 4030c20Copy full SHA for 4030c20
client.go
@@ -88,7 +88,6 @@ func NewClient(apiKey string, options ...Option) *Client {
88
if c.httpClient != nil {
89
c.client = resty.NewWithClient(c.httpClient)
90
c.config.userProvidedClient = true
91
-
92
} else {
93
c.client = resty.New()
94
}
0 commit comments