Update to /connector/sharepoint/collection.go

Adds field to hold Beta service within struct for populate method.
This commit is contained in:
Danny Adams 2023-01-19 01:32:45 -05:00
parent f5326c0304
commit bbf3370879

View File

@ -46,6 +46,7 @@ type Collection struct {
jobs []string
// M365 IDs of the items of this collection
service graph.Servicer
bService graph.BetaService
statusUpdater support.StatusUpdater
}