Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "fix eslint"
This reverts commit 0444e93.
  • Loading branch information
zunsthy committed Nov 6, 2016
commit 7ae7a2ca078fa08eb3c2f9bfb5ed0099c6b5eab0
2 changes: 1 addition & 1 deletion lib/client/http-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ HTTPTracker.prototype._request = function (requestUrl, params, cb) {
var opts = {
url: u,
header: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this should be headers.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I ignored it. Thank you for correction : )

'user-agent': self.client._userAgent || ''
'user-agent': self.client._userAgent || '',
}
}

Expand Down