GC: Sharepoint selector added to the helper set. (#1900)
## Description Adds SharePoint service to the GC helper set. <!-- Insert PR description--> ## Does this PR need a docs update or release note? - [x] ⛔ No ## Type of change - [x] 🤖 Test ## Test Plan - [x] ⚡ Unit test
This commit is contained in:
parent
752ff20c6b
commit
b59e5849ab
@ -946,8 +946,9 @@ func getSelectorWith(service path.ServiceType) selectors.Selector {
|
||||
s = selectors.ServiceExchange
|
||||
case path.OneDriveService:
|
||||
s = selectors.ServiceOneDrive
|
||||
case path.SharePointService:
|
||||
s = selectors.ServiceSharePoint
|
||||
}
|
||||
// TODO: ^ sharepoint
|
||||
|
||||
return selectors.Selector{
|
||||
Service: s,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user