diff --git a/src/internal/connector/sharepoint/collection.go b/src/internal/connector/sharepoint/collection.go index 3b5c50eee..16b613160 100644 --- a/src/internal/connector/sharepoint/collection.go +++ b/src/internal/connector/sharepoint/collection.go @@ -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 }