Skip to content

Commit b542bc0

Browse files
committed
- Missed one shorthand
1 parent 0f11ea8 commit b542bc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/templates/exportService.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ import { request as __request } from '../core/request';
1717
export class {{{name}}}{{{@root.postfix}}} {
1818
{{#if @root.exportClient}}
1919

20-
constructor(private readonly httpRequest: BaseHttpRequest) {
21-
this.httpRequest = httpRequest;
22-
}
20+
constructor(private readonly httpRequest: BaseHttpRequest) {}
2321
{{/if}}
2422

2523
{{#each operations}}

0 commit comments

Comments
 (0)