Fixed the fix and built

This commit is contained in:
abalabahaha
2015-12-11 21:22:29 -08:00
parent 6ed6932e24
commit cd4a70cfb2
7 changed files with 270 additions and 286 deletions

View File

@@ -180,7 +180,7 @@ var Resolver = (function () {
return resource.recipient;
}
if (resource instanceof String || typeof resource === "string") {
return this.client.internal.users.get("id", resource);
return this.internal.users.get("id", resource);
}
return null;