mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
unused variable
This commit is contained in:
parent
434989de08
commit
e5d6fed67c
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ Example returns:
|
|||
*/
|
||||
|
||||
exports.sendClientsMessage = async (padID, msg) => {
|
||||
const pad = await getPadSafe(padID, true);
|
||||
await getPadSafe(padID, true);
|
||||
padMessageHandler.handleCustomMessage(padID, msg);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue