1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

remove repetitive words (#29695)

Signed-off-by: pengqiseven <912170095@qq.com>
This commit is contained in:
pengqiseven
2024-03-11 17:24:23 +08:00
committed by GitHub
parent e6d141182f
commit 7f856d5d74
7 changed files with 7 additions and 7 deletions

View File

@ -368,7 +368,7 @@ func ListIssues(ctx *context.APIContext) {
// required: false
// - name: created_by
// in: query
// description: Only show items which were created by the the given user
// description: Only show items which were created by the given user
// type: string
// - name: assigned_by
// in: query

View File

@ -545,7 +545,7 @@ func prepareSingleReview(ctx *context.APIContext) (*issues_model.Review, *issues
return nil, nil, true
}
// validate the the review is for the given PR
// validate the review is for the given PR
if review.IssueID != pr.IssueID {
ctx.NotFound("ReviewNotInPR")
return nil, nil, true