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 6535f17 commit b891677Copy full SHA for b891677
lib/connection.js
@@ -49,7 +49,6 @@ extend(Connection.prototype, {
49
50
request({
51
url: url,
52
- auth: opts.auth || this.config.auth,
53
headers: extend(headers, this.config.headers, opts.headers),
54
method: (opts.method || 'get').toUpperCase(),
55
body: body,
0 commit comments