mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-23 13:48:49 +00:00
put as one line
This commit is contained in:
parent
867b53b141
commit
d49cf52c2d
@ -101,8 +101,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), () => {});
|
||||||
});
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user