Skip to content

Commit d52eb30

Browse files
2colorachingbrain
andauthored
Update client.ts
Co-authored-by: Alex Potsides <[email protected]>
1 parent 2a030bc commit d52eb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export class DefaultDelegatedRoutingV1HttpApiClient implements DelegatedRoutingV
3131
private readonly timeout: number
3232
private readonly contentRouting: ContentRouting
3333
private readonly peerRouting: PeerRouting
34-
private readonly filterAddrs: string[] | undefined
35-
private readonly filterProtocols: string[] | undefined
34+
private readonly filterAddrs?: string[]
35+
private readonly filterProtocols?: string[]
3636

3737
/**
3838
* Create a new DelegatedContentRouting instance

0 commit comments

Comments
 (0)