We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e88ba commit 732add6Copy full SHA for 732add6
1 file changed
lib/buffer_client.rb
@@ -11,7 +11,7 @@ def initialize(options = {})
11
# Initialize the API objects we may use
12
@auth_api = AuthApi.new(options)
13
@user_api = UserApi.new(options)
14
- @profile_api = ProflieApi.new(options)
+ @profile_api = ProfileApi.new(options)
15
end
16
17
def error
0 commit comments