Skip to content

Commit

Permalink
resolve TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Apr 24, 2022
1 parent bdf58bb commit 9b06c32
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 @@ -525,7 +525,6 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {

// Parse ctx.FormString("repos") and remember matched repo IDs for later.
// Gets set when clicking filters on the issues overview page.
// TODO: check if user has access to repos ?
repoIDs := getRepoIDs(ctx.FormString("repos"))
if len(repoIDs) > 0 {
opts.RepoCond = builder.In("issue.repo_id", repoIDs)
Expand Down

0 comments on commit 9b06c32

Please sign in to comment.