We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5edd7 commit a63f726Copy full SHA for a63f726
1 file changed
src/targets/javascript/axios.js
@@ -64,7 +64,7 @@ module.exports = function (source, options) {
64
code.blank()
65
.push('const data = new FormData();')
66
67
- code = constructAppendedParamsCode(code, source.postData.params, code, { isBrowser: true, dataVarName: 'data' })
+ code = constructAppendedParamsCode(code, source.postData.params, { isBrowser: true, dataVarName: 'data' })
68
69
reqOpts.data = 'data'
70
break
0 commit comments