Skip to content

Commit

Permalink
Removed old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Oct 19, 2023
1 parent b1cf170 commit fec3aaf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class RestJson1 : JsonHttpBindingProtocolGenerator() {
val requestBindings = resolver.requestBindings(op)
val httpPayload = requestBindings.firstOrNull { it.location == HttpBinding.Location.PAYLOAD }
if (httpPayload != null) {
// TODO: this is replacing `renderExplicitHttpPayloadSerializer`
// explicit payload member as the sole payload
val memberName = httpPayload.member.defaultName()
val target = ctx.model.expectShape(httpPayload.member.target)
Expand Down

0 comments on commit fec3aaf

Please sign in to comment.