From 1357974ccb08b8ce13445811d45b83d1e9c5134e Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Fri, 27 Jan 2023 13:14:08 -0500 Subject: [PATCH] Updates /connector/sharepoint/collection.go BetaService field added to collection. --- src/internal/connector/sharepoint/collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }