🐛 Fixed a typo which broke cURL import feature
This commit is contained in:
parent
e34662baec
commit
95eb7b86c9
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@
|
|||
requestString.push(" -H 'Content-Type: " + this.contentType + "; charset=utf-8' \\\n")
|
||||
requestString.push(" -d '" + requestBody + "' \\\n")
|
||||
}
|
||||
return requestString.join('').slice(0, -4);
|
||||
return requestString.join('').slice(0, -3);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue