Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
2color and achingbrain authored Oct 7, 2024
1 parent 2a030bc commit d52eb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export class DefaultDelegatedRoutingV1HttpApiClient implements DelegatedRoutingV
private readonly timeout: number
private readonly contentRouting: ContentRouting
private readonly peerRouting: PeerRouting
private readonly filterAddrs: string[] | undefined
private readonly filterProtocols: string[] | undefined
private readonly filterAddrs?: string[]
private readonly filterProtocols?: string[]

/**
* Create a new DelegatedContentRouting instance
Expand Down

0 comments on commit d52eb30

Please sign in to comment.