Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 2856bad

Browse files
committed
Add missing 'html_url' to example commit comment response.
1 parent 140f513 commit 2856bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resources.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def json(key)
259259
})
260260

261261
COMMIT_COMMENT = {
262+
"html_url" => "https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1",
262263
"url" => "https://api.github.com/repos/octocat/Hello-World/comments/1",
263264
"id" => 1,
264265
"body" => "Great stuff",

0 commit comments

Comments
 (0)