Skip to content

Commit 2206912

Browse files
committed
fixed the failing tests for acquire
1 parent d70a27f commit 2206912

File tree

2 files changed

+101
-78
lines changed

2 files changed

+101
-78
lines changed

chrysom/basicClient.go

-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ func NewBasicClient(config BasicClientConfig) (*BasicClient, error) {
9292
return nil, err
9393
}
9494

95-
if err != nil {
96-
return nil, err
97-
}
9895
clientStore := &BasicClient{
9996
client: config.HTTPClient,
10097
auth: config.Auth,

0 commit comments

Comments
 (0)