mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
fix missing argument
This commit is contained in:
parent
3c9b176348
commit
e154655c87
|
@ -339,6 +339,7 @@ func CreatePullReviewComment(ctx *context.APIContext) {
|
||||||
opts.Path,
|
opts.Path,
|
||||||
line,
|
line,
|
||||||
review.ID,
|
review.ID,
|
||||||
|
nil,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ctx.InternalServerError(err)
|
ctx.InternalServerError(err)
|
||||||
|
|
Loading…
Reference in a new issue