We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f539d commit e68265cCopy full SHA for e68265c
modules/swagger-codegen/src/main/resources/typescript-fetch/api.mustache
@@ -106,7 +106,7 @@ export const {{classname}}FetchParamCreator = function (configuration?: Configur
106
const localVarHeaderParameter = {} as any;
107
const localVarQueryParameter = {} as any;
108
{{#hasFormParams}}
109
- const localVarFormParams = new url.URLSearchParams();
+ const localVarFormParams = new URLSearchParams();
110
{{/hasFormParams}}
111
112
{{#authMethods}}
0 commit comments