We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725527a commit 0444e93Copy full SHA for 0444e93
lib/client/http-tracker.js
@@ -92,7 +92,7 @@ HTTPTracker.prototype._request = function (requestUrl, params, cb) {
92
var opts = {
93
url: u,
94
header: {
95
- 'user-agent': self.client._userAgent || '',
+ 'user-agent': self.client._userAgent || ''
96
}
97
98
0 commit comments