Skip to content

Commit de0e426

Browse files
committed
Allow unknown query parameters
1 parent cb8a70f commit de0e426

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templatesOas/apis.mustache

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,10 @@ export class {{#lambda.titlecase}}{{#lambda.camelcase}}{{appName}}{{/lambda.came
383383
pathParameters: pathParams,
384384
queryParameters: queryParams,
385385
retrySettings: (options || {}).retrySettings,
386-
headers: headers,{{#hasBodyParam}}
387-
body: (options || {}).body,{{/hasBodyParam}}
386+
headers: headers,
387+
{{#hasBodyParam}}
388+
body: (options || {}).body,
389+
{{/hasBodyParam}}
388390
{{^hasBodyParam}}
389391
{{#hasFormParams}}
390392
body: (options || {}).body,

0 commit comments

Comments
 (0)