Skip to content

Commit c67a702

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

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
@@ -117,7 +117,7 @@ HTTPSnippet.prototype.prepare = function (request) {
117117
if (cookies.length) {
118118
request.allHeaders.cookie = cookies.join('; ')
119119
}
120-
120+
console.log(request)
121121
switch (request.postData.mimeType) {
122122
case 'multipart/mixed':
123123
case 'multipart/related':

0 commit comments

Comments
 (0)