Mohammed Nafees 3 лет назад
Родитель
Сommit
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"`