Skip to content

Commit

Permalink
Update client/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
2opremio and Shaptic authored Jan 28, 2025
1 parent 80307df commit 3ea2458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Client struct {
}

func NewClient(url string, httpClient *http.Client) *Client {
c := &Client{url: url}
c := &Client{url: url, httpClient: httpClient}
c.refreshClient()
return c
}
Expand Down

0 comments on commit 3ea2458

Please sign in to comment.