Skip to content

Commit

Permalink
Remove redundant code in Create function
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kozlowski <[email protected]>
  • Loading branch information
danielinclouds committed Oct 2, 2022
1 parent d22433d commit caf9e0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/dns/managed_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func (e *managedZoneExternal) Create(ctx context.Context, mg resource.Managed) (
args,
)

cr.SetConditions(xpv1.Creating())
_, err := e.dns.Create(
e.projectID,
args,
Expand Down

0 comments on commit caf9e0c

Please sign in to comment.