Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryashbhardwaj committed Jul 17, 2023
1 parent bc0fe2f commit d3a31a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotocompany/optimus/integration/v1beta1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message JobRunPayload {

message JobStateChangePayload {
string job_name = 1;
gotocompany.optimus.core.v1beta1.SetState state = 2;
gotocompany.optimus.core.v1beta1.JobState state = 2;
}

message OptimusChangeEvent {
Expand Down

0 comments on commit d3a31a2

Please sign in to comment.