Skip to content

Commit

Permalink
snake_case is lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
atejada committed Apr 22, 2024
1 parent 7987bf8 commit 06e2126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nylas/resources/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Auth < Resource
#
# @param ID of the request.
# @return [Hash] Token Info.
def access_Token_Info(query_params: nil)
def access_token_info(query_params: nil)
get(
path: "#{api_uri}/v3/connect/tokeninfo",
query_params: query_params
Expand Down

0 comments on commit 06e2126

Please sign in to comment.