Updates /connector/sharepoint/collection.go

BetaService field added to collection.
This commit is contained in:
Danny Adams 2023-01-27 13:14:08 -05:00
parent a7ea30e109
commit 1357974ccb

View File

@ -47,7 +47,7 @@ type Collection struct {
jobs []string
// M365 IDs of the items of this collection
service graph.Servicer
betaService betasdk.Service
betaService *betasdk.Service
statusUpdater support.StatusUpdater
}