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
1 changed files with 1 additions and 2 deletions

View File

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