Update src/node/db/AuthorManager.js
parent
890dbfde95
commit
3cbd59c769
|
@ -153,7 +153,6 @@ exports.getAuthorName = function (authorID, callback)
|
|||
console.log(authorID);
|
||||
db.getSub("globalAuthor:" + authorID, ["name"], function(err, authorName){
|
||||
if(ERR(err, callback)) return;
|
||||
console.log(authorName);
|
||||
callback(null, {authorName: authorName});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue