Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
EItanya committed Dec 3, 2024
1 parent 3739005 commit e237f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/gateway2/deployer/values_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ func getAIExtensionValues(config *v1alpha1.AiExtension) (*helmAIExtension, error
}
}
var tracingByt []byte
if config.GetStats() != nil {
if config.GetTracing() != nil {
var err error
tracingByt, err = json.Marshal(config.GetStats())
tracingByt, err = json.Marshal(config.GetTracing())
if err != nil {
return nil, err
}
Expand Down

0 comments on commit e237f18

Please sign in to comment.