Skip to content

Commit

Permalink
chore: reduce ts-doc for an internal function
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Jan 16, 2025
1 parent f2fb3dd commit 060e316
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/lib/connection_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ export class ConnectionManager
* Internal utility to extract a PeerId or Multiaddr from a peer input.
* This is used internally by the connection manager to handle different peer input formats.
* @internal
* @param peer - The peer to extract information from, either as a PeerId object or multiaddr input
* @returns The peer information as either a PeerId, single Multiaddr, or array of Multiaddrs
* @throws Error if the multiaddr input is missing a peer ID
*/
private getDialablePeerInfo(
peer: PeerId | MultiaddrInput
Expand Down

0 comments on commit 060e316

Please sign in to comment.