Skip to content

Commit 7b2bb24

Browse files
committed
moved to go-gitea#35500
1 parent 90c7972 commit 7b2bb24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/issues/pull.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
user_model "code.gitea.io/gitea/models/user"
2121
"code.gitea.io/gitea/modules/git"
2222
"code.gitea.io/gitea/modules/log"
23-
"code.gitea.io/gitea/modules/optional"
2423
"code.gitea.io/gitea/modules/setting"
2524
"code.gitea.io/gitea/modules/timeutil"
2625
"code.gitea.io/gitea/modules/util"
@@ -380,7 +379,6 @@ func (pr *PullRequest) getReviewedByLines(ctx context.Context, writer io.Writer)
380379
Types: []ReviewType{ReviewTypeApprove},
381380
IssueID: pr.IssueID,
382381
OfficialOnly: setting.Repository.PullRequest.DefaultMergeMessageOfficialApproversOnly,
383-
Dismissed: optional.Some(false),
384382
})
385383
if err != nil {
386384
log.Error("Unable to FindReviews for PR ID %d: %v", pr.ID, err)

0 commit comments

Comments
 (0)