Skip to content

Commit

Permalink
track upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Oct 3, 2023
1 parent 179c589 commit e36713f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class PollyPresigner : KotlinIntegration {
writer.write("unsignedRequest.method = #T.GET", RuntimeTypes.Http.HttpMethod)
writer.withBlock("unsignedRequest.url.#T {", "}", RuntimeTypes.Core.Net.parameters) {
val bindings = resolver.requestBindings(operation)
HttpStringValuesMapSerializer(ctx.model, ctx.symbolProvider, bindings, resolver, defaultTimestampFormat).render(writer)
HttpStringValuesMapSerializer(ctx.model, ctx.symbolProvider, ctx.settings, bindings, resolver, defaultTimestampFormat).render(writer)
}

// Remove the headers that were created by the default HTTP operation serializer
Expand Down

0 comments on commit e36713f

Please sign in to comment.