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"