Skip to content

Commit 492a075

Browse files
authored
Merge branch 'master' into typescript-fetch-nullify-url-search
2 parents 6c938fd + cff2c41 commit 492a075

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
948948
- [Fotition](https://www.fotition.com/)
949949
- [Gear Zero Network](https://www.gearzero.ca)
950950
- [General Electric](https://www.ge.com/)
951+
- [Genentech](https://gene.com)
951952
- [Genesys - PureCloud](http://developer.mypurecloud.com/)
952953
- [Germin8](http://www.germin8.com)
953954
- [GigaSpaces](http://www.gigaspaces.com)
@@ -1015,6 +1016,7 @@ Here are some companies/projects using Swagger Codegen in production. To add you
10151016
- [REST United](https://restunited.com)
10161017
- [Revault Sàrl](http://revault.ch)
10171018
- [Riffyn](https://riffyn.com)
1019+
- [Roche](https://roche.com)
10181020
- [Royal Bank of Canada (RBC)](http://www.rbc.com/canada.html)
10191021
- [Saritasa](https://www.saritasa.com/)
10201022
- [SAS](https://www.sas.com)

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

Lines changed: 1 addition & 1 deletion
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)