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 ec6888e commit eac5463Copy full SHA for eac5463
templates/node/base/requests/api.twig
@@ -1,4 +1,4 @@
1
- await this.client.call('{{ method.method | caseLower }}', path, {
+ return await this.client.call('{{ method.method | caseLower }}', path, {
2
{% for parameter in method.parameters.header %}
3
'{{ parameter.name }}': ${{ parameter.name | caseCamel | escapeKeyword }},
4
{% endfor %}
0 commit comments