Skip to content

Commit 58a81cd

Browse files
committed
Fix bug
1 parent c9c3e76 commit 58a81cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

models/issues/comment.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,9 +1306,7 @@ func CountCommentsBuilder(issueID int64) *builder.Builder {
13061306
}.And(builder.In("type",
13071307
CommentTypeComment,
13081308
CommentTypeReview,
1309-
)).And(builder.Neq{
1310-
"invalidated": true,
1311-
}))
1309+
)))
13121310
}
13131311

13141312
func UpdateIssueNumComments(ctx context.Context, issueID int64) error {

0 commit comments

Comments
 (0)