apply prettier

This commit is contained in:
Andre Staltz 2023-06-16 13:13:41 +03:00
parent 847c2cca1f
commit a03950ac30
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 4 additions and 2 deletions

View File

@ -18,10 +18,12 @@ module.exports = function startPeer() {
}, },
connections: { connections: {
incoming: { incoming: {
net: [{scope: 'public', transform: 'shse', port: 8008, host: '0.0.0.0'}], net: [
{ scope: 'public', transform: 'shse', port: 8008, host: '0.0.0.0' },
],
}, },
outgoing: { outgoing: {
net: [{transform: 'shse'}], net: [{ transform: 'shse' }],
}, },
}, },
}) })