Skip to content

Commit

Permalink
fix: undo "baseUrl" in websocket client
Browse files Browse the repository at this point in the history
  • Loading branch information
ozum committed May 22, 2024
1 parent 151ceb4 commit 6a05e08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/websocket-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export interface WSClientConfigurableOptions {
agent?: any;
};
wsUrl?: string;
baseUrl?: string;
}

export interface WebsocketClientOptions extends WSClientConfigurableOptions {
Expand Down

0 comments on commit 6a05e08

Please sign in to comment.