mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
fix padUsers http api call in PadMessageHandler.js.
Add callback() function call to iterator function.
This commit is contained in:
parent
cb3ab51ee1
commit
e60591a4d5
1 changed files with 1 additions and 0 deletions
|
@ -1521,6 +1521,7 @@ exports.padUsers = function (padID, callback) {
|
||||||
|
|
||||||
author.id = s.author;
|
author.id = s.author;
|
||||||
result.push(author);
|
result.push(author);
|
||||||
|
callback();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
|
|
Loading…
Reference in a new issue