Skip to content

Commit f9c36fa

Browse files
committed
fix: remove duplicate param
1 parent 52fa4ef commit f9c36fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/web/src/services/template.ts.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ export class {{ service.name | caseUcfirst }} {
9797
{%~ endfor %}
9898
{%~ endfor %}
9999

100-
for (const [key, value] of Object.entries(Client.flatten(payload))) {
101-
uri.searchParams.append(key, value);
102-
}
103-
104100
return uri.toString();
105101
{%~ elseif 'multipart/form-data' in method.consumes %}
106102
return await this.client.chunkedUpload(

0 commit comments

Comments
 (0)