mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-27 12:45:21 +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: [';
|
||||
connections.forEach((connection) => {
|
||||
strConnections += JSON.stringify(connection.stat);
|
||||
strConnections += "; " + JSON.stringify(connection.streams);
|
||||
strConnections += '; ' + JSON.stringify(connection.streams);
|
||||
});
|
||||
strConnections += ']';
|
||||
response.push(strConnections);
|
||||
|
Loading…
x
Reference in New Issue
Block a user