Skip to content

Commit 79cb85c

Browse files
authored
Update client.js.twig
1 parent 6610058 commit 79cb85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/lib/client.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Client {
8888
if (contentType.startsWith('multipart/form-data')) {
8989
const form = new FormData();
9090

91-
let flatParams = this.flatten(params);
91+
let flatParams = Client.flatten(params);
9292

9393
for (const key in flatParams) {
9494
form.append(key, flatParams[key])

0 commit comments

Comments
 (0)