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 c9b4b7e commit b7a0f8dCopy full SHA for b7a0f8d
src/templates/exportService.hbs
@@ -28,15 +28,11 @@ import { request as __request } from '../core/request';
28
export class {{{name}}}{{{@root.postfix}}} {
29
{{#if @root.exportClient}}
30
31
- constructor(private readonly httpRequest: BaseHttpRequest) {
32
- this.httpRequest = httpRequest;
33
- }
+ constructor(private readonly httpRequest: BaseHttpRequest) {}
34
{{/if}}
35
{{#equals @root.httpClient 'angular'}}
36
37
- constructor(private readonly http: HttpClient) {
38
- this.http = http;
39
+ constructor(private readonly http: HttpClient) {}
40
{{/equals}}
41
42
{{#each operations}}
0 commit comments