Skip to content

Commit

Permalink
refactor(optimus): remove unused total_failure field from GetDeployJo…
Browse files Browse the repository at this point in the history
…bsStatusResponse
  • Loading branch information
arinda-arif committed Apr 18, 2022
1 parent e6ee194 commit ffb7b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion odpf/optimus/core/v1beta1/job_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ message GetDeployJobsStatusResponse {

repeated DeployJobFailure failures = 2;
int32 total_succeed = 3;
int32 total_failed = 4;
}

message DeployJobFailure {
Expand Down

0 comments on commit ffb7b51

Please sign in to comment.