Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4895e6c

Browse files
authored
Kill the comments
Comment can be found in the commit
1 parent 55756f3 commit 4895e6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/GitHub.App/Services/RepositoryCloneService.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ public async Task<ViewerRepositoriesModel> ReadViewerRepositories(HostAddress ad
9090
.Select(viewer => new ViewerRepositoriesModel
9191
{
9292
Owner = viewer.Login,
93-
// We should pass affiliations and ownerAffiliations the same RepositoryAffiliation?[], but
94-
// ownerAffiliations doesn't currently exist on GitHub Enterprise. Luckily the default is
95-
// Owner and Collaborator, which is what we need in this case (we can simply pass null).
96-
// See https://platform.i.8713187.xyzmunity/t/unable-to-fetch-users-repositories-by-organization-membership/7557/6
9793
Repositories = viewer.Repositories(null, null, null, null, null, null, null, order, null, null)
9894
.AllPages()
9995
.Select(repositorySelection).ToList(),

0 commit comments

Comments
 (0)