File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ let payload = {};
20
20
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 %};
21
21
}
22
22
{% endfor %}
23
- {% endif %}
23
+ {% endif %}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class {{ service.name | caseUcfirst }} extends Service {
61
61
{% if ' multipart/form-data' in method .consumes %}
62
62
{{ include (' node/base/requests/file.twig)}}
63
63
{% else %}
64
- {{ include(' php /base/requests/api.twig' ) }}
64
+ {{ include(' node /base/requests/api.twig' ) }}
65
65
{% endif %}
66
66
}
67
67
{% endfor %}
You can’t perform that action at this time.
0 commit comments