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.
2 parents 41561e8 + a91d460 commit afa3f81Copy full SHA for afa3f81
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