Skip to content

Commit 9909d58

Browse files
committed
remove small error
1 parent 1d265fa commit 9909d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/lib/services/service.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class {{ service.name | caseUcfirst }} extends Service {
5959
let path = '{{ method.path }}'{% for parameter in method.parameters.path %}.replace('{{ '{' }}{{ parameter.name | caseCamel }}{{ '}' }}', {% if parameter.isGlobal %}this.{% endif %}{{ parameter.name | caseCamel | escapeKeyword }}){% endfor %};
6060
{{ include ('node/base/params.twig')}}
6161
{% if 'multipart/form-data' in method.consumes %}
62-
{{ include ('node/base/requests/file.twig)}}
62+
{{ include ('node/base/requests/file.twig')}}
6363
{% else %}
6464
{{ include('node/base/requests/api.twig') }}
6565
{% endif %}

0 commit comments

Comments
 (0)