Skip to content

Commit

Permalink
fix: make socket#nsp public
Browse files Browse the repository at this point in the history
Related: #16
  • Loading branch information
darrachequesne committed Jan 9, 2025
1 parent 2b7ee1d commit 84d97be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/socket.io/lib/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class Socket<
*/
public connected = false;

private readonly nsp: Namespace<
public readonly nsp: Namespace<
ListenEvents,
EmitEvents,
ServerSideEvents,
Expand Down

0 comments on commit 84d97be

Please sign in to comment.