Просмотр исходного кода

Fix JSON Casing (#3462)

Signed-off-by: Nik Willwerth <nwillwerth@kubecost.com>
nik-kc 5 месяцев назад
Родитель
Сommit
e5e045db86
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/cloudcost/status.go

+ 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"`