Skip to content

Commit

Permalink
Merge pull request #15 from tungnt1203/baseurl_sensitive
Browse files Browse the repository at this point in the history
base url sensitive
  • Loading branch information
tungnt1203 authored Oct 31, 2024
2 parents bced779 + 945d791 commit e8e6028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minds/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Minds
class Client
include Minds::RestClient

SENSITIVE_ATTRIBUTES = %i[@api_key].freeze
SENSITIVE_ATTRIBUTES = %i[@base_url @api_key].freeze
CONFIG_KEYS = %i[base_url api_key log_errors api_version].freeze
attr_reader(*CONFIG_KEYS)

Expand Down

0 comments on commit e8e6028

Please sign in to comment.