fix missing argument
This commit is contained in:
parent
3c9b176348
commit
e154655c87
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ func CreatePullReviewComment(ctx *context.APIContext) {
|
|||
opts.Path,
|
||||
line,
|
||||
review.ID,
|
||||
nil,
|
||||
)
|
||||
if err != nil {
|
||||
ctx.InternalServerError(err)
|
||||
|
|
Loading…
Reference in a new issue