2
0
Эх сурвалжийг харах

Fix JSON Casing (#3462)

Signed-off-by: Nik Willwerth <nwillwerth@kubecost.com>
nik-kc 5 сар өмнө
parent
commit
e5e045db86

+ 1 - 1
pkg/cloudcost/status.go

@@ -15,7 +15,7 @@ type Status struct {
 	Valid            bool               `json:"valid"`
 	LastRun          time.Time          `json:"lastRun"`
 	NextRun          time.Time          `json:"nextRun"`
-	RefreshRate      string             `json:"RefreshRate"`
+	RefreshRate      string             `json:"refreshRate"`
 	Created          time.Time          `json:"created"`
 	Runs             int                `json:"runs"`
 	Coverage         string             `json:"coverage"`