Update to /connector/sharepoint/collection.go
Adds field to hold Beta service within struct for populate method.
This commit is contained in:
parent
f5326c0304
commit
bbf3370879
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user