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 a500fc6 commit c48ff93Copy full SHA for c48ff93
github.js
@@ -16,7 +16,7 @@
16
function _request(method, path, data, cb) {
17
function headers() {
18
return options.auth == 'oauth'
19
- ? { Authorization: 'Token '+ options.token }
+ ? { Authorization: 'Token '+ options.token }
20
: { Authorization : 'Basic ' + Base64.encode(options.username + ':' + options.password) }
21
}
22
0 commit comments