Skip to content

Commit

Permalink
Merge pull request #1249 from swagger-api/issue-1237
Browse files Browse the repository at this point in the history
use URLsearchParams class from nodejs api to fix error.
  • Loading branch information
HugoMario authored Feb 6, 2024
2 parents 7d29153 + 55ebf29 commit 419d417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const {{classname}}FetchParamCreator = function (configuration?: Configur
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;
{{#hasFormParams}}
const localVarFormParams = new url.URLSearchParams();
const localVarFormParams = new URLSearchParams();
{{/hasFormParams}}
{{#authMethods}}
Expand Down

0 comments on commit 419d417

Please sign in to comment.