Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Aug 9, 2024
1 parent be5e201 commit 038b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ func (r *Client) Encoding(encoding string) (r2 *Client) {
r2 = &Client{
encoding: encoding,
transport: r.transport,
BaseURL: r.BaseURL,
Login: r.Login,
Retry: r.Retry,
}
return
}
Expand Down

0 comments on commit 038b066

Please sign in to comment.