Skip to content

Commit

Permalink
fix: libp2p components type (#65)
Browse files Browse the repository at this point in the history
Resolves #62
  • Loading branch information
mpetrunic authored Dec 16, 2022
1 parent dd10a1e commit 169ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface PubsubPeerDiscoveryInit {

export interface PubSubPeerDiscoveryComponents {
peerId: PeerId
pubsub: PubSub
pubsub?: PubSub
addressManager: AddressManager
}

Expand Down

0 comments on commit 169ec0f

Please sign in to comment.