put as one line

This commit is contained in:
Jonathan Rainville 2018-08-10 11:12:45 -04:00 committed by Iuri Matias
parent 867b53b141
commit d49cf52c2d
1 changed files with 1 additions and 2 deletions

View File

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