Commit a2acb38
committed
Coerce position to integer, not to strings
In PullRequest#create_review_comment we were coercing the `position`
argument to a string instead of coercing it to an integer. This was
causing a Validation Error on GitHub's end and preventing users from
creating review comments.
Closes sigmavirus24#3741 parent afdba48 commit a2acb38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments