Skip to content

Commit b891677

Browse files
committed
We're not using auth here, actually.
1 parent 6535f17 commit b891677

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/connection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ extend(Connection.prototype, {
4949

5050
request({
5151
url: url,
52-
auth: opts.auth || this.config.auth,
5352
headers: extend(headers, this.config.headers, opts.headers),
5453
method: (opts.method || 'get').toUpperCase(),
5554
body: body,

0 commit comments

Comments
 (0)