mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-08 13:25:17 +00:00
put as one line
This commit is contained in:
parent
9bde2dc77c
commit
a553dd0555
@ -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…
x
Reference in New Issue
Block a user