Skip to content

Commit

Permalink
Revert socket to public
Browse files Browse the repository at this point in the history
  • Loading branch information
aarthificial committed Jan 24, 2025
1 parent 9c067bf commit f58fc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/utils/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class Connection {
private onMessageCallback: OnMessageCallback | null = null;

private constructor(
private readonly socket: WebSocket,
public readonly socket: WebSocket,
public readonly conversationId: string,
public readonly inputFormat: FormatConfig,
public readonly outputFormat: FormatConfig
Expand Down

0 comments on commit f58fc7d

Please sign in to comment.