Remove User-Agent from form to upload debug log

pull/749/head
Scott Nonnenberg 7 years ago
parent f483c8bd52
commit eaf7f2d693

@ -44,7 +44,6 @@ exports.upload = async content => {
const contentBuffer = Buffer.from(content, 'utf8');
const contentType = 'text/plain';
form.append('User-Agent', USER_AGENT);
form.append('Content-Type', contentType);
form.append('file', contentBuffer, {
contentType,

Loading…
Cancel
Save