mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
put as one line
This commit is contained in:
parent
91481bd350
commit
7cb8ac9e35
@ -111,8 +111,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