Skip to content

Commit f55b21f

Browse files
Update modules/openapi-generator/src/main/resources/typescript-nestjs-server/api.module.mustache
Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com>
1 parent cd4c0d6 commit f55b21f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/openapi-generator/src/main/resources/typescript-nestjs-server/api.module.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export class ApiModule {
1717
provide: {{classname}},
1818
useClass: apiImplementations.{{#lambda.camelcase}}{{classname}}{{/lambda.camelcase}}
1919
},
20-
2120
{{/apis}}
2221
{{/apiInfo}}
2322
];

0 commit comments

Comments
 (0)