Skip to content

Commit

Permalink
Merge branch 'master' into feature/fix-minikube-command-in-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsoumya authored Jul 18, 2023
2 parents 3c3fb57 + 20f1ba2 commit 539df96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chaoscenter/graphql/server/pkg/chaos_experiment/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Node struct {
FinishedAt string `json:"finishedAt"`
Children []string `json:"children"`
Type string `json:"type"`
ChaosExp *ChaosData `json:"chaos_data,omitempty"`
ChaosExp *ChaosData `json:"chaosData,omitempty"`
}

// ChaosData is the data we get from chaos exporter
Expand Down
2 changes: 1 addition & 1 deletion chaoscenter/subscriber/pkg/types/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Node struct {
FinishedAt string `json:"finishedAt"`
Children []string `json:"children"`
Type string `json:"type"`
ChaosExp *ChaosData `json:"chaos_data,omitempty"`
ChaosExp *ChaosData `json:"chaosData,omitempty"`
}

// chaos data
Expand Down

0 comments on commit 539df96

Please sign in to comment.