Skip to content

Commit 5461a50

Browse files
Remove security manager endpoint
* Not something that needs exposing at this point in time
1 parent 7251b36 commit 5461a50

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

source/GitHubApp/Controllers/SyncController.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,5 @@ public async Task SynconrizeOrg(long installationId)
2828

2929
await Bootstrap.StartTeamSyncAsync(activeDirectoryFacade, client, appOptions);
3030
}
31-
32-
[HttpGet(Name = "Syncronize Security Managers")]
33-
public async Task SynconrizeSecurityManagers(long installationId)
34-
{
35-
var installation = await gitHubFacadeFactory.GetInstallationAsync(installationId);
36-
var client = await gitHubFacadeFactory.CreateClientForOrgAsync(installation);
37-
38-
// await client.AddSecurityManagerTeamAsync("");
39-
}
4031
}
4132
}

0 commit comments

Comments
 (0)