Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuga-cb committed Apr 25, 2024
1 parent b6acf94 commit 68a7bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coinbase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def self.api_url=(value)
def self.default_user
@api_client ||= Coinbase::Client::ApiClient.new(Middleware.config)
@users_api ||= Coinbase::Client::UsersApi.new(@api_client)
@wallets_api || Coinbase::Client::WalletsApi.new(@api_client)
@wallets_api ||= Coinbase::Client::WalletsApi.new(@api_client)
@addresses_api ||= Coinbase::Client::AddressesApi.new(@api_client)
@user_model ||= @users_api.get_current_user
@default_user ||= Coinbase::User.new(@user_model, @wallets_api, @addresses_api)
Expand Down

0 comments on commit 68a7bc7

Please sign in to comment.