From bbf3370879ca4f5dad0464b7c336a2b82a8a970b Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Thu, 19 Jan 2023 01:32:45 -0500 Subject: [PATCH] Update to /connector/sharepoint/collection.go Adds field to hold Beta service within struct for populate method. --- src/internal/connector/sharepoint/collection.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internal/connector/sharepoint/collection.go b/src/internal/connector/sharepoint/collection.go index ff6af4132..4dc39127a 100644 --- a/src/internal/connector/sharepoint/collection.go +++ b/src/internal/connector/sharepoint/collection.go @@ -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 }