Skip to content

Commit

Permalink
Update packages/client/src/MessagePickupRepositoryClient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Gentile <[email protected]>
  • Loading branch information
gabrielmatau79 and genaris authored Nov 13, 2024
1 parent 58b0a2e commit 3182577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/MessagePickupRepositoryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class MessagePickupRepositoryClient implements MessagePickupRepository {
private client?: Client
private readonly logger = log
private messagesReceivedCallback: ((data: MessagesReceivedCallbackParams) => void) | null = null
private setConnectionInfoCallback?: (connectionId: string) => Promise<ConnectionInfo | undefined>
private connectionInfoCallback?: (connectionId: string) => Promise<ConnectionInfo | undefined>
private readonly url: string

constructor(options: { url: string }) {
Expand Down

0 comments on commit 3182577

Please sign in to comment.