Skip to content

Commit ec3bf65

Browse files
lunnysilverwind
andauthored
Update routers/web/repo/issue.go
Co-authored-by: silverwind <[email protected]>
1 parent d87b6af commit ec3bf65

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
@@ -422,7 +422,7 @@ func UpdateIssueMilestone(ctx *context.Context) {
422422
var err error
423423
issue.Milestone, err = issues_model.GetMilestoneByRepoID(ctx, ctx.Repo.Repository.ID, milestoneID)
424424
if err != nil {
425-
ctx.ServerError("GetMileStoneByID", err)
425+
ctx.ServerError("GetMilestoneByRepoID", err)
426426
return
427427
}
428428
} else {

0 commit comments

Comments
 (0)