Skip to content

Commit

Permalink
Added check for hasHttpSignatureMethods. (#14339)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jepsen authored Jan 4, 2023
1 parent babfdff commit cce3c96
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,12 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
queryParams,
allHeaderParams,
cookieParams,
{{#hasHttpSignatureMethods}}
serializeToString(body, formParams, contentType, isBodyNullable),
{{/hasHttpSignatureMethods}}
{{^hasHttpSignatureMethods}}
null,
{{/hasHttpSignatureMethods}}
method,
target.getUri());

Expand Down

0 comments on commit cce3c96

Please sign in to comment.