Skip to content

Commit 44f178b

Browse files
committed
fixed bug with getting current users info
1 parent acea530 commit 44f178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
this.show = function(username, cb) {
8383
var command = username ? "/users/"+username : "/user";
8484

85-
_request("GET", "/users/"+username, null, function(err, res) {
85+
_request("GET", command, null, function(err, res) {
8686
cb(err, res);
8787
});
8888
};

0 commit comments

Comments
 (0)