We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736dce9 commit 2c0c3fdCopy full SHA for 2c0c3fd
lib/resources.rb
@@ -58,7 +58,7 @@ def json(key)
58
USER = {
59
"login" => "octocat",
60
"id" => 1,
61
- "gravatar_url" => "https://github.com/images/error/octocat_happy.gif",
+ "avatar_url" => "https://github.com/images/error/octocat_happy.gif",
62
"url" => "https://api.github.com/users/octocat"
63
}
64
0 commit comments