Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Jan 3, 2024
1 parent d039684 commit 8e15592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/grant_privileges_to_database_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ func ReadGrantPrivilegesToDatabaseRole(ctx context.Context, d *schema.ResourceDa
}

opts, grantedOn, diags := prepareShowGrantsRequest(id)
if diags != nil && len(diags) != 0 {
if len(diags) != 0 {
return diags
}

Expand Down

0 comments on commit 8e15592

Please sign in to comment.