Skip to content

Commit

Permalink
fix: fix type field name
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Jan 24, 2025
1 parent 72169ba commit b3790ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/spaceone/api/cost_analysis/plugin/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message GetTasksRequest {
message TaskInfo {
google.protobuf.Struct task_options = 1;
// +optional
ChangedInfo changed = 2;
ChangedInfo task_changed = 2;
}

message ChangedInfo {
Expand Down

0 comments on commit b3790ed

Please sign in to comment.