fix missing argument

This commit is contained in:
oliverpool 2024-02-27 16:18:30 +01:00 committed by Earl Warren
parent 3c9b176348
commit e154655c87

View file

@ -339,6 +339,7 @@ func CreatePullReviewComment(ctx *context.APIContext) {
opts.Path,
line,
review.ID,
nil,
)
if err != nil {
ctx.InternalServerError(err)