Mohammed Nafees пре 3 година
родитељ
комит
a519513337
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/types/environment.go

+ 1 - 1
api/types/environment.go

@@ -135,5 +135,5 @@ type ValidatePorterYAMLRequest struct {
 }
 
 type ValidatePorterYAMLResponse struct {
-	Errors []error `json:"errors,omitempty"`
+	Errors []error `json:"errors"`
 }