Skip to content

Commit

Permalink
fix: lint again
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Zachow <[email protected]>
  • Loading branch information
dariozachow committed Aug 21, 2024
1 parent f5ee662 commit 40942f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/groups/groups/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (e *external) Observe(ctx context.Context, mg resource.Managed) (managed.Ex
return managed.ExternalObservation{}, errors.New(errIDNotInt)
}

cr.Spec.ForProvider.EmailsEnabled = lateInitializeEmailsEnabled(cr.Spec.ForProvider.EmailsEnabled, cr.Spec.ForProvider.EmailsDisabled) //nolint:all
cr.Spec.ForProvider.EmailsEnabled = lateInitializeEmailsEnabled(cr.Spec.ForProvider.EmailsEnabled, cr.Spec.ForProvider.EmailsDisabled) //nolint:staticcheck

grp, res, err := e.client.GetGroup(groupID, nil)
if err != nil {
Expand Down

0 comments on commit 40942f2

Please sign in to comment.