We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a4f1 commit a91d460Copy full SHA for a91d460
README.md
@@ -45,7 +45,7 @@ module OmniAuth
45
end
46
47
def raw_info
48
- @raw_info ||= JSON.load(access_token.get('/me.json')).body
+ @raw_info ||= JSON.load(access_token.get('/me.json').body)
49
50
51
0 commit comments