Skip to content

Commit 1eae5d9

Browse files
committed
fix typo
1 parent 962697a commit 1eae5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superagent-oauth.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function (superagent) {
2222
var keys = Object.keys(obj), key;
2323
for (var i = 0; i < keys.length; i++) {
2424
key = keys[i];
25-
this._oauth_query[key] = obj[keys];
25+
this._oauth_query[key] = obj[key];
2626
}
2727
return oldQuery.call(this, obj);
2828
};

0 commit comments

Comments
 (0)