whoops
This commit is contained in:
parent
0ccda0af10
commit
5b60fffc04
@ -405,7 +405,7 @@ CloudAPI.prototype.getMachine = function getMachine(id, cb) {
|
|||||||
|
|
||||||
var endpoint = sprintf('/%s/machines/%s', this.user, id);
|
var endpoint = sprintf('/%s/machines/%s', this.user, id);
|
||||||
this._request(endpoint, function (err, req, res, body) {
|
this._request(endpoint, function (err, req, res, body) {
|
||||||
callback(err, body, res);
|
cb(err, body, res);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user