Skip to content

Commit 3b31644

Browse files
committed
fix: rename to body
1 parent a5f8cae commit 3b31644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ func ViewIssue(ctx *context.Context) {
16721672
ctx.Data["DefaultMergeMessage"] = defaultMergeMessage
16731673
ctx.Data["DefaultMergeBody"] = defaultMergeBody
16741674

1675-
defaultSquashMergeMessage, defaultSquashMergeDetail, err := pull_service.GetDefaultMergeMessage(ctx, ctx.Repo.GitRepo, pull, repo_model.MergeStyleSquash)
1675+
defaultSquashMergeMessage, defaultSquashMergeBody, err := pull_service.GetDefaultMergeMessage(ctx, ctx.Repo.GitRepo, pull, repo_model.MergeStyleSquash)
16761676
if err != nil {
16771677
ctx.ServerError("GetDefaultSquashMergeMessage", err)
16781678
return

0 commit comments

Comments
 (0)