diff --git a/lib/peer.cjs b/lib/peer.cjs index 2aac6a3..3a889d7 100644 --- a/lib/peer.cjs +++ b/lib/peer.cjs @@ -18,10 +18,12 @@ module.exports = function startPeer() { }, connections: { 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: { - net: [{transform: 'shse'}], + net: [{ transform: 'shse' }], }, }, })