You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractTypeScriptClientCodegen.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -508,9 +508,9 @@ public String modelFileFolder() {
508
508
509
509
@Override
510
510
publicStringtoParamName(Stringname) {
511
-
// obtain the name from nameMapping directly if provided
512
-
if (nameMapping.containsKey(name)) {
513
-
returnnameMapping.get(name);
511
+
// obtain the name from parameterNameMapping directly if provided
0 commit comments