Skip to content

Commit 7ae7a2c

Browse files
committed
Revert "fix eslint"
This reverts commit 0444e93.
1 parent 0444e93 commit 7ae7a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/http-tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ HTTPTracker.prototype._request = function (requestUrl, params, cb) {
9292
var opts = {
9393
url: u,
9494
header: {
95-
'user-agent': self.client._userAgent || ''
95+
'user-agent': self.client._userAgent || '',
9696
}
9797
}
9898

0 commit comments

Comments
 (0)