Skip to content

Commit eac5463

Browse files
committed
add missing return keyword to api.twig
1 parent ec6888e commit eac5463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/base/requests/api.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
await this.client.call('{{ method.method | caseLower }}', path, {
1+
return await this.client.call('{{ method.method | caseLower }}', path, {
22
{% for parameter in method.parameters.header %}
33
'{{ parameter.name }}': ${{ parameter.name | caseCamel | escapeKeyword }},
44
{% endfor %}

0 commit comments

Comments
 (0)