File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -853,6 +853,7 @@ define_ok_modeling_cmd_response_enum! {
853
853
/// ID of the modeling command request.
854
854
/// But if any extra solids are produced, then their IDs will be included
855
855
/// here.
856
+ #[ serde( default , skip_serializing_if = "Vec::is_empty" ) ]
856
857
pub extra_solid_ids: Vec <Uuid >,
857
858
}
858
859
@@ -863,6 +864,7 @@ define_ok_modeling_cmd_response_enum! {
863
864
/// ID of the modeling command request.
864
865
/// But if any extra solids are produced, then their IDs will be included
865
866
/// here.
867
+ #[ serde( default , skip_serializing_if = "Vec::is_empty" ) ]
866
868
pub extra_solid_ids: Vec <Uuid >,
867
869
}
868
870
@@ -873,6 +875,7 @@ define_ok_modeling_cmd_response_enum! {
873
875
/// ID of the modeling command request.
874
876
/// But if any extra solids are produced, then their IDs will be included
875
877
/// here.
878
+ #[ serde( default , skip_serializing_if = "Vec::is_empty" ) ]
876
879
pub extra_solid_ids: Vec <Uuid >,
877
880
}
878
881
You can’t perform that action at this time.
0 commit comments