mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 00:55:30 +00:00
fixup! Connection
This commit is contained in:
parent
f4663ab247
commit
10aafc6cbc
@ -92,7 +92,7 @@ function connections(waku: Waku | undefined): string[] {
|
|||||||
let strConnections = ' connections: [';
|
let strConnections = ' connections: [';
|
||||||
connections.forEach((connection) => {
|
connections.forEach((connection) => {
|
||||||
strConnections += JSON.stringify(connection.stat);
|
strConnections += JSON.stringify(connection.stat);
|
||||||
strConnections += "; " + JSON.stringify(connection.streams);
|
strConnections += '; ' + JSON.stringify(connection.streams);
|
||||||
});
|
});
|
||||||
strConnections += ']';
|
strConnections += ']';
|
||||||
response.push(strConnections);
|
response.push(strConnections);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user