Update to /connector/data_collections.go

Return provides credentials for SharePoint types.
This commit is contained in:
Danny Adams 2023-01-27 16:51:26 -05:00
parent 6c53c66fb5
commit 0cd7df9869

View File

@ -89,7 +89,7 @@ func (gc *GraphConnector) DataCollections(
ctx,
gc.itemClient,
sels,
gc.credentials.AzureTenantID,
gc.credentials,
gc.Service,
gc,
ctrlOpts)