We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a030bc commit d52eb30Copy full SHA for d52eb30
packages/client/src/client.ts
@@ -31,8 +31,8 @@ export class DefaultDelegatedRoutingV1HttpApiClient implements DelegatedRoutingV
31
private readonly timeout: number
32
private readonly contentRouting: ContentRouting
33
private readonly peerRouting: PeerRouting
34
- private readonly filterAddrs: string[] | undefined
35
- private readonly filterProtocols: string[] | undefined
+ private readonly filterAddrs?: string[]
+ private readonly filterProtocols?: string[]
36
37
/**
38
* Create a new DelegatedContentRouting instance
0 commit comments