Skip to content

Commit

Permalink
fix: Use sdkdiag for more specific
Browse files Browse the repository at this point in the history
Co-authored-by: Serdar Dalgıç <[email protected]>
  • Loading branch information
YanniHu1996 and serdardalgic authored Jun 29, 2023
1 parent e98badf commit 21dc00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/EnterpriseDB/terraform-provider-biganimal/pkg/api"
frameworkdiag "github.com/hashicorp/terraform-plugin-framework/diag"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
sdkdiag "github.com/hashicorp/terraform-plugin-sdk/v2/diag"
)

func fromBigAnimalErr(err error) diag.Diagnostics {
Expand Down

0 comments on commit 21dc00f

Please sign in to comment.