put as one line
This commit is contained in:
parent
867b53b141
commit
d49cf52c2d
|
@ -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), () => {});
|
||||
});
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue