We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00e717 commit f4d1d07Copy full SHA for f4d1d07
1 file changed
src/targets/javascript/axios.js
@@ -69,7 +69,7 @@ module.exports = function (source, options) {
69
}
70
71
72
- code.push('const options = %s;', stringifyObject(reqOpts, { indent: ' ', inlineCharacterLimit: 80 }).replace('"[form]"', 'form'))
+ code.push('const options = %s;', stringifyObject(reqOpts, { indent: ' ', inlineCharacterLimit: 80 }).replace("'[form]'", 'form'))
73
.blank()
74
75
code.push(util.format('axios.request(options).then(%s', 'function (response) {'))
0 commit comments