Skip to content

Commit dfbbb18

Browse files
committed
Make commit_id in Issue Events a bit more explicit.
re: github@e18bbad?_nid=56824872#commitcomment-1493508
1 parent e707946 commit dfbbb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def json(key)
448448
"url" => "https://api.github.com/repos/octocat/Hello-World/issues/events/1",
449449
"actor" => USER,
450450
"event" => "closed",
451-
"commit_id" => "SHA",
451+
"commit_id" => "6dcb09b5b57875f334f61aebed695e2e4193db5e",
452452
"created_at" => "2011-04-14T16:00:49Z"
453453
}
454454

0 commit comments

Comments
 (0)