Skip to content

Commit 1d265fa

Browse files
committed
format code
1 parent f315f65 commit 1d265fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/node/base/params.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ let payload = {};
2020
payload['{{ parameter.name }}'] = {% if parameter.isGlobal %}this.{% endif %}{{ parameter.name | caseCamel | escapeKeyword}}{% if method.consumes[0] == "multipart/form-data" and ( parameter.type != "string" and parameter.type != "array" and parameter.type != "file" ) %}.toString(){% endif %};
2121
}
2222
{% endfor %}
23-
{% endif %}
23+
{% endif %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class {{ service.name | caseUcfirst }} extends Service {
6161
{% if 'multipart/form-data' in method.consumes %}
6262
{{ include ('node/base/requests/file.twig)}}
6363
{% else %}
64-
{{ include('php/base/requests/api.twig') }}
64+
{{ include('node/base/requests/api.twig') }}
6565
{% endif %}
6666
}
6767
{% endfor %}

0 commit comments

Comments
 (0)