mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Missed one shorthand
This commit is contained in:
parent
0f11ea84a9
commit
b542bc0c60
@ -17,9 +17,7 @@ import { request as __request } from '../core/request';
|
||||
export class {{{name}}}{{{@root.postfix}}} {
|
||||
{{#if @root.exportClient}}
|
||||
|
||||
constructor(private readonly httpRequest: BaseHttpRequest) {
|
||||
this.httpRequest = httpRequest;
|
||||
}
|
||||
constructor(private readonly httpRequest: BaseHttpRequest) {}
|
||||
{{/if}}
|
||||
|
||||
{{#each operations}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user