Update controller.go

Co-authored-by: Nick Cellino <nick.cellino@hashicorp.com>
pull/20435/head
Nick Ethier 2024-02-01 12:26:59 -05:00 committed by GitHub
parent 2069bd134a
commit c0446fd670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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