Updates /connector/sharepoint/collection.go
BetaService field added to collection.
This commit is contained in:
parent
a7ea30e109
commit
1357974ccb
@ -47,7 +47,7 @@ type Collection struct {
|
|||||||
jobs []string
|
jobs []string
|
||||||
// M365 IDs of the items of this collection
|
// M365 IDs of the items of this collection
|
||||||
service graph.Servicer
|
service graph.Servicer
|
||||||
betaService betasdk.Service
|
betaService *betasdk.Service
|
||||||
statusUpdater support.StatusUpdater
|
statusUpdater support.StatusUpdater
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user