put as one line

This commit is contained in:
Jonathan Rainville 2018-08-10 11:12:45 -04:00 committed by Iuri Matias
parent 91481bd350
commit 7cb8ac9e35

View File

@ -111,8 +111,7 @@ class ConsoleListener {
apiRoute, apiRoute,
(ws, _req) => { (ws, _req) => {
this.events.on('contracts:log', function(log) { this.events.on('contracts:log', function(log) {
ws.send(JSON.stringify(log), () => { ws.send(JSON.stringify(log), () => {});
});
}); });
} }
); );