Skip to content

Commit

Permalink
Update pdnshttp/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Helmich <[email protected]>
  • Loading branch information
oliemansm and martin-helmich authored Jul 3, 2024
1 parent 639537d commit 0fca877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdnshttp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func NewClient(baseURL string, hc *http.Client, auth ClientAuthenticator, debugO
u.Path = strings.TrimSuffix(u.Path, "/")
}
c := Client{
baseURL: u.String()
baseURL: u.String(),
httpClient: hc,
authenticator: auth,
debugOutput: debugOutput,
Expand Down

0 comments on commit 0fca877

Please sign in to comment.