Skip to content

Commit

Permalink
[#66] Fix faraday basic_auth warning in connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Piioupiou authored and taylorbrooks committed Mar 29, 2022
1 parent d655bc6 commit 30976f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/closeio/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def connection
},
ssl: { ca_file: ca_file }
) do |conn|
conn.basic_auth api_key, ''
conn.request :basic_auth, api_key, ''
conn.request :json
conn.response :logger if logger
conn.response :json
Expand Down

0 comments on commit 30976f1

Please sign in to comment.