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.
1 parent 6610058 commit 79cb85cCopy full SHA for 79cb85c
templates/node/lib/client.js.twig
@@ -88,7 +88,7 @@ class Client {
88
if (contentType.startsWith('multipart/form-data')) {
89
const form = new FormData();
90
91
- let flatParams = this.flatten(params);
+ let flatParams = Client.flatten(params);
92
93
for (const key in flatParams) {
94
form.append(key, flatParams[key])
0 commit comments