Attempting forceFetchUser callback

This commit is contained in:
abalabahaha
2016-02-20 18:33:36 -08:00
parent 78b18de1e1
commit 47ecc934f1
8 changed files with 244 additions and 171 deletions

View File

@@ -1034,8 +1034,8 @@ var Client = (function (_EventEmitter) {
//def forceFetchUsers
Client.prototype.forceFetchUsers = function forceFetchUsers() {
return this.internal.forceFetchUsers();
Client.prototype.forceFetchUsers = function forceFetchUsers(callback) {
return this.internal.forceFetchUsers().then(callback);
};
_createClass(Client, [{