From 8a474af189a217e3f02123c05aff66e6006148a2 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Thu, 26 Jan 2023 14:02:55 -0500 Subject: [PATCH] Revert back to msgraph-sdk-go library for /support/errors.go --- src/internal/connector/support/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/connector/support/errors.go b/src/internal/connector/support/errors.go index e577acb66..8f73ea8fa 100644 --- a/src/internal/connector/support/errors.go +++ b/src/internal/connector/support/errors.go @@ -6,7 +6,7 @@ import ( "strings" multierror "github.com/hashicorp/go-multierror" - msgraph_errors "github.com/microsoftgraph/msgraph-beta-sdk-go/models/odataerrors" + msgraph_errors "github.com/microsoftgraph/msgraph-sdk-go/models/odataerrors" "github.com/pkg/errors" "github.com/alcionai/corso/src/internal/common"