Skip to content

Commit

Permalink
Remove User-Agent from form to upload debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Jul 19, 2018
1 parent f483c8b commit eaf7f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/modules/debuglogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eaf7f2d

Please sign in to comment.