Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxab committed Mar 16, 2023
1 parent 1a9cb35 commit 0eb50c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacp.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func handleJobPlanResponse(resp *http.Response, appLogger hclog.Logger) error {
appLogger.Info("Job after admission controllers", "job", response.JobModifyIndex)

response.Warnings = buildFullWarningMsg(response.Warnings, warnings)
// TODO: marshal response with gzip

responeData, err := json.Marshal(response)

if err != nil {
Expand Down

0 comments on commit 0eb50c2

Please sign in to comment.