We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d6307f + 8c66633 commit 5239463Copy full SHA for 5239463
templates/apiService.handlebars
@@ -49,7 +49,7 @@ export class {{apiServiceClass}} {
49
{{#if promises}}
50
return (await resp).body;
51
{{else}}
52
- return obs.pipe(map(r => r.body));
+ return resp.pipe(map(r => r.body));
53
{{/if}}
54
}
55
0 commit comments