Skip to content

Commit 511c06f

Browse files
committed
Merge pull request github#95 from sigmavirus24/master
Fix Repo Comments listing on a single commit
2 parents 278c353 + 20b943d commit 511c06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/repos/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Comments are ordered by ascending ID.
2525
### Response
2626

2727
<%= headers 200 %>
28-
<%= json(:commit_comment) %>
28+
<%= json(:commit_comment) { |h| [h] } %>
2929

3030
## Create a commit comment
3131

0 commit comments

Comments
 (0)