Skip to content

Commit

Permalink
Merge pull request #20 from jdiezf/master
Browse files Browse the repository at this point in the history
Fix wrong parentheses in README.md
  • Loading branch information
BobbyMcWho authored Aug 27, 2024
2 parents 41561e8 + a91d460 commit afa3f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module OmniAuth
end

def raw_info
@raw_info ||= JSON.load(access_token.get('/me.json')).body
@raw_info ||= JSON.load(access_token.get('/me.json').body)
end
end
end
Expand Down

0 comments on commit afa3f81

Please sign in to comment.