diff --git a/src/internal/m365/collection/groups/handler.go b/src/internal/m365/collection/groups/handler.go index 0dea1ebb3..9134f1056 100644 --- a/src/internal/m365/collection/groups/handler.go +++ b/src/internal/m365/collection/groups/handler.go @@ -3,9 +3,10 @@ package groups import ( "context" + "github.com/microsoftgraph/msgraph-sdk-go/models" + "github.com/alcionai/corso/src/pkg/services/m365/api" "github.com/microsoft/kiota-abstractions-go/serialization" - "github.com/microsoftgraph/msgraph-sdk-go/models" ) type BackupChannelHandler interface {