From 656bc14d24e0cae6a1a929a697520f7035a4a460 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Fri, 27 Jan 2023 14:09:19 -0500 Subject: [PATCH] GOFMT: wsl changes. --- 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 3a35164e2..a1b80384e 100644 --- a/src/internal/connector/sharepoint/collection.go +++ b/src/internal/connector/sharepoint/collection.go @@ -265,6 +265,7 @@ func (sc *Collection) retrievePages( if betaService == nil { return metrics, fmt.Errorf("beta service not found in collection") } + pages, err := GetSitePages(ctx, betaService, sc.fullPath.ResourceOwner(), sc.jobs) if err != nil { return metrics, errors.Wrap(err, sc.fullPath.ResourceOwner())