Skip to content

Commit 54836fe

Browse files
committed
Typo fix
1 parent 732add6 commit 54836fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/api/auth_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class AuthApi < BaseApi
55
# PATHS
66
OAUTH_PATH = "oauth2/token.json"
77

8-
def get_auth_code
8+
def get_auth_token
99
return nil unless verify_user_code && verify_env_vars
1010

1111
oauth_url = "#{API_URL}/#{API_VERSION}/#{OAUTH_PATH}"

0 commit comments

Comments
 (0)