fix padUsers http api call in PadMessageHandler.js.

Add callback() function call to iterator function.
This commit is contained in:
tonoman3g 2013-09-09 21:24:41 +07:00
parent cb3ab51ee1
commit e60591a4d5

View file

@ -1521,6 +1521,7 @@ exports.padUsers = function (padID, callback) {
author.id = s.author;
result.push(author);
callback();
});
}
}, function(err) {