mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-23 15:47:18 +01:00
chore(websocket-client): change messages field from public to protected
This commit is contained in:
@@ -32,7 +32,7 @@ export class WebsocketClient<Events extends Record<string, any>> extends TypedEm
|
||||
> {
|
||||
readonly options: Options;
|
||||
|
||||
public readonly messages;
|
||||
protected readonly messages;
|
||||
private readonly emitter: TypedEmitter<WebsocketClientEvents> = this;
|
||||
|
||||
private ws?: WebSocket;
|
||||
|
||||
Reference in New Issue
Block a user