Skip to content

Commit c385fa7

Browse files
Merge pull request #1030 from appwrite/fix-duplicate-param
fix: remove duplicate param
2 parents 52fa4ef + a483854 commit c385fa7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
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)