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.
2 parents 52fa4ef + a483854 commit c385fa7Copy full SHA for c385fa7
templates/web/src/services/template.ts.twig
@@ -97,10 +97,6 @@ export class {{ service.name | caseUcfirst }} {
97
{%~ endfor %}
98
99
100
- for (const [key, value] of Object.entries(Client.flatten(payload))) {
101
- uri.searchParams.append(key, value);
102
- }
103
-
104
return uri.toString();
105
{%~ elseif 'multipart/form-data' in method.consumes %}
106
return await this.client.chunkedUpload(
0 commit comments