Skip to content

Commit

Permalink
fix(typings): make clientsCount public (#675)
Browse files Browse the repository at this point in the history
Related: #672
  • Loading branch information
tyilo committed Apr 19, 2023
1 parent 7033c0e commit bd6d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export abstract class BaseServer extends EventEmitter {
public opts: ServerOptions;

protected clients: any;
private clientsCount: number;
public clientsCount: number;
protected middlewares: Middleware[] = [];

/**
Expand Down

0 comments on commit bd6d471

Please sign in to comment.