PadMessageHandler.js: completed conversion

This commit is contained in:
Ray Bellis 2019-01-30 15:27:42 +00:00
parent 9246a1de26
commit bb80325d2c
2 changed files with 115 additions and 188 deletions

View file

@ -289,9 +289,9 @@ exports.doImport = function(req, res, padId)
return;
}
padMessageHandler.updatePadClients(pad, function(){
callback();
});
// @TODO: not waiting for updatePadClients to finish
padMessageHandler.updatePadClients(pad);
callback();
});
},