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

+ 1 - 1
api/types/environment.go

@@ -9,7 +9,7 @@ type Environment struct {
 	GitInstallationID uint     `json:"git_installation_id"`
 	GitRepoOwner      string   `json:"git_repo_owner"`
 	GitRepoName       string   `json:"git_repo_name"`
-	GitRepoBranches   []string `json:"branches"`
+	GitRepoBranches   []string `json:"git_repo_branches"`
 
 	Name                 string `json:"name"`
 	Mode                 string `json:"mode"`