File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ func GithubAppSetup(c *gin.Context) {
134
134
RedirectURL string `json:"redirect_url"`
135
135
CallbackUrls []string `json:"callback_urls"`
136
136
RequestOauthOnInstall bool `json:"request_oauth_on_install"`
137
- SetupOnUpdate bool `json:"setup_on_update"' `
137
+ SetupOnUpdate bool `json:"setup_on_update"`
138
138
URL string `json:"url"`
139
139
Webhook * githubWebhook `json:"hook_attributes"`
140
140
}
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ type SetJobStatusRequest struct {
322
322
JobSummary * terraform_utils.TerraformSummary `json:"job_summary"`
323
323
Footprint * terraform_utils.TerraformPlanFootprint `json:"job_plan_footprint"`
324
324
PrCommentUrl string `json:"pr_comment_url"`
325
- TerraformOutput string `json:"terraform_output"" `
325
+ TerraformOutput string `json:"terraform_output"`
326
326
}
327
327
328
328
func (d DiggerController ) SetJobStatusForProject (c * gin.Context ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type SetJobStatusRequest struct {
17
17
JobSummary * terraform_utils.TerraformSummary `json:"job_summary"`
18
18
Footprint * terraform_utils.TerraformPlanFootprint `json:"job_plan_footprint"`
19
19
PrCommentUrl string `json:"pr_comment_url"`
20
- TerraformOutput string `json:"terraform_output"" `
20
+ TerraformOutput string `json:"terraform_output"`
21
21
}
22
22
23
23
func (mc MainController ) SetJobStatusForProject (c * gin.Context ) {
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ func GithubAppSetup(c *gin.Context) {
114
114
RedirectURL string `json:"redirect_url"`
115
115
CallbackUrls []string `json:"callback_urls"`
116
116
RequestOauthOnInstall bool `json:"request_oauth_on_install"`
117
- SetupOnUpdate bool `json:"setup_on_update"' `
117
+ SetupOnUpdate bool `json:"setup_on_update"`
118
118
URL string `json:"url"`
119
119
Webhook * githubWebhook `json:"hook_attributes"`
120
120
}
You can’t perform that action at this time.
0 commit comments