Skip to content

Commit ac347d0

Browse files
author
Sefi Krausz
committed
index.js changes
1 parent d27f754 commit ac347d0

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
@@ -139,7 +139,7 @@ HTTPSnippet.prototype.prepare = function (request) {
139139

140140
// request.postData.boundary = this.getBoundary()
141141
// request.headersObj['content-type'] = 'multipart/form-data; boundary=' + this.getBoundary()
142-
// request.headersObj['Content-Type'] = request.postData.mimeType
142+
request.headersObj['content-type'] = request.postData.mimeType
143143
}
144144
break
145145

0 commit comments

Comments
 (0)