Skip to content

Commit

Permalink
chore: run through all query params
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jan 13, 2025
1 parent ad0f2fb commit 58adc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/twilio-php/listRead.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{{/vendorExtensions.x-serialize-map}}
{{/vendorExtensions.x-serialize}}
{{/vendorExtensions.optionFileParams}}
{{#queryParams.0}}
{{#queryParams}}
{{#required}}
{{^vendorExtensions.x-serialize}}
'{{{baseName}}}' =>
Expand All @@ -106,7 +106,7 @@
{{/vendorExtensions.x-serialize-map}}
{{/vendorExtensions.x-serialize}}
{{/required}}
{{/queryParams.0}}
{{/queryParams}}
'PageToken' => $pageToken,
'Page' => $pageNumber,
'PageSize' => $pageSize,
Expand Down

0 comments on commit 58adc94

Please sign in to comment.