Skip to content

Commit 8e2feec

Browse files
author
Sefi Krausz
committed
index.js changes
1 parent b736260 commit 8e2feec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ HTTPSnippet.prototype.prepare = function (request) {
140140

141141
// request.postData.boundary = this.getBoundary()
142142
// request.headersObj['content-type'] = 'multipart/form-data; boundary=' + this.getBoundary()
143-
request.headersObj['content-type'] = request.postData.mimeType || 'multipart/form-data'
143+
request.headersObj['content-type'] = request.postData.mimeType
144144
}
145145
break
146146

0 commit comments

Comments
 (0)