mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-08 12:10:59 +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
@ -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…
x
Reference in New Issue
Block a user