Skip to content

Commit

Permalink
Revert "Add repository condition for issue count (#20454)"
Browse files Browse the repository at this point in the history
This reverts commit 16edee8.
  • Loading branch information
lunny authored Aug 16, 2022
1 parent 1f14609 commit 6fbfd12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routers/web/user/home.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
LabelIDs: opts.LabelIDs,
Org: org,
Team: team,
RepoCond: opts.RepoCond,
}

issueStats, err = issues_model.GetUserIssueStats(statsOpts)
Expand Down

0 comments on commit 6fbfd12

Please sign in to comment.