We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f11ea8 commit b542bc0Copy full SHA for b542bc0
src/templates/exportService.hbs
@@ -17,9 +17,7 @@ import { request as __request } from '../core/request';
17
export class {{{name}}}{{{@root.postfix}}} {
18
{{#if @root.exportClient}}
19
20
- constructor(private readonly httpRequest: BaseHttpRequest) {
21
- this.httpRequest = httpRequest;
22
- }
+ constructor(private readonly httpRequest: BaseHttpRequest) {}
23
{{/if}}
24
25
{{#each operations}}
0 commit comments