Update controller.go

Co-authored-by: Nick Cellino <nick.cellino@hashicorp.com>
pull/20435/head
Nick Ethier 10 months ago committed by GitHub
parent 2069bd134a
commit c0446fd670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -147,7 +147,7 @@ func writeTelemetryStateIfUpdated(ctx context.Context, rt controller.Runtime, st
return err return err
} }
if currentState != nil && proto.Equal(currentState, state) { if currentState != nil && proto.Equal(currentState.GetData(), state) {
return nil return nil
} }

Loading…
Cancel
Save