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

Commit 140f513

Browse files
committed
Add 'line' value to commit comment response.
Note that the 'line' value will often be greater than the 'position' value.
1 parent a4fbb82 commit 140f513

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
@@ -264,6 +264,7 @@ def json(key)
264264
"body" => "Great stuff",
265265
"path" => "file1.txt",
266266
"position" => 4,
267+
"line" => 14,
267268
"commit_id" => "6dcb09b5b57875f334f61aebed695e2e4193db5e",
268269
"user" => USER,
269270
"created_at" => "2011-04-14T16:00:49Z",

0 commit comments

Comments
 (0)