Skip to content

Commit 517ac00

Browse files
committed
fix typo
1 parent 4c0ba08 commit 517ac00

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const {{classname}}FetchParamCreator = function (configuration?: Configur
165165
{{^isDateTime}}
166166
{{#isDate}}
167167
localVarQueryParameter['{{baseName}}'] = ({{paramName}} as any instanceof Date) ?
168-
({{paramName}} as any).toISOString().substr(0,10); :
168+
({{paramName}} as any).toISOString().substr(0,10) :
169169
{{paramName}};
170170
{{/isDate}}
171171
{{^isDate}}

0 commit comments

Comments
 (0)