Skip to content

Commit 02720fd

Browse files
author
Sefi Krausz
committed
changes to axios target
1 parent 8ce9801 commit 02720fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/targets/node/axios.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ module.exports = function (source, options) {
8585
}`)
8686
.replace(/",/g, `",
8787
`)
88-
.replace(/,"/g, `,"
88+
.replace(/,"/g, `,
89+
"
8990
`)
9091
code.push(`axios(${
9192
formatedOptions

0 commit comments

Comments
 (0)