Skip to content

Commit

Permalink
fix: removed unnecessary clusterArchitectureName from payload
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb committed Jan 3, 2025
1 parent 41e730c commit 3b2f21d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/models/architecture.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package models

type Architecture struct {
ClusterArchitectureId string `json:"clusterArchitectureId" mapstructure:"id"`
ClusterArchitectureName string `json:"clusterArchitectureName,omitempty"`
Nodes int `json:"nodes" mapstructure:"nodes"`
ClusterArchitectureId string `json:"clusterArchitectureId" mapstructure:"id"`
Nodes int `json:"nodes" mapstructure:"nodes"`
}

0 comments on commit 3b2f21d

Please sign in to comment.