put as one line

This commit is contained in:
Jonathan Rainville 2018-08-10 11:12:45 -04:00 committed by Pascal Precht
parent 04a7d2a50b
commit aaa5a6fd58
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
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), () => {});
});
}
);