Skip to content

Commit ff2e827

Browse files
Merge pull request #338 from microsoft/dev
remove obsolete code
2 parents 94e0cba + d3e000a commit ff2e827

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/TeamCloud.Adapters.GitHub/GitHubAdapter.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,14 +1007,4 @@ public override async Task<NetworkCredential> GetServiceCredentialAsync(Componen
10071007

10081008
return new NetworkCredential("bearer", gitHubClient.Credentials.Password, gitHubClient.BaseAddress.ToString());
10091009
}
1010-
1011-
private async Task<GitHubData> SanitizeGitHubData(GitHubData gitHubData)
1012-
{
1013-
if (gitHubData?.OrganizationId == 0)
1014-
{
1015-
1016-
}
1017-
1018-
return gitHubData;
1019-
}
10201010
}

0 commit comments

Comments
 (0)