Skip to content

Commit

Permalink
unecessary socket injection
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Feb 27, 2024
1 parent 72c8a1d commit fdc0ee5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/json-rpc-socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export interface JsonRpcSocketOptions {
onclose?: () => void;
/** optional socket error handler */
onerror?: (error?: any) => void;
/** optional already connected socket to inject */
socket?: WebSocket;
}

/**
Expand Down

0 comments on commit fdc0ee5

Please sign in to comment.