From 828a32d4f578ab8e57970cd8ddb30f1a7838786b Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 15 Apr 2021 14:38:25 +0200 Subject: [PATCH] chore: add jsdoc --- src/circuit/auto-relay.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/circuit/auto-relay.js b/src/circuit/auto-relay.js index c5c5d3e9..613c473e 100644 --- a/src/circuit/auto-relay.js +++ b/src/circuit/auto-relay.js @@ -262,6 +262,9 @@ class AutoRelay { } } + /** + * @param {PeerId} peerId + */ async _tryToListenOnRelay (peerId) { try { const connection = await this._libp2p.dial(peerId)