Skip to content

Commit e68265c

Browse files
committed
use URLSearchParams instead of url.URLSeachParams
1 parent 16f539d commit e68265c

File tree

1 file changed

+1
-1
lines changed
  • modules/swagger-codegen/src/main/resources/typescript-fetch

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/typescript-fetch/api.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const {{classname}}FetchParamCreator = function (configuration?: Configur
106106
const localVarHeaderParameter = {} as any;
107107
const localVarQueryParameter = {} as any;
108108
{{#hasFormParams}}
109-
const localVarFormParams = new url.URLSearchParams();
109+
const localVarFormParams = new URLSearchParams();
110110
{{/hasFormParams}}
111111
112112
{{#authMethods}}

0 commit comments

Comments
 (0)