Skip to content

Commit

Permalink
wire in transformDiscriminatedVariant as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Oct 10, 2024
1 parent 6d63079 commit d1fa997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ function transformDiscriminatedVariant({
properties: writeShape.additionalProperties.properties.map((property) =>
transformProperty({ writeShape: property }),
),
extraProperties: undefined,
extraProperties: writeShape.additionalProperties.extraProperties,
},
};
}
Expand Down

0 comments on commit d1fa997

Please sign in to comment.