Skip to content

Commit 9b06c32

Browse files
committed
resolve TODO
1 parent bdf58bb commit 9b06c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/web/user/home.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
525525

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

0 commit comments

Comments
 (0)