2
0
Mohammed Nafees 3 жил өмнө
parent
commit
45db715d69

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