Skip to content

Commit

Permalink
fix: price as string type
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 11, 2023
1 parent 7bda167 commit 62abcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelschemas/resource_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ type ResourceInstance struct {
Description string `json:"description"`
NodeSelectors map[string]string `json:"node_selectors"`
Resources DeploymentTargetResources `json:"resources"`
Price float64 `json:"price"`
Price string `json:"price"`
}

0 comments on commit 62abcfe

Please sign in to comment.