Skip to content

Commit 4c357f9

Browse files
committed
chore: connection requested is not necessary at the end
1 parent 806382f commit 4c357f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/connectionManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export type AnyConnectionState =
5959
| ConnectionStateErrored;
6060

6161
export interface ConnectionManagerEvents {
62-
"connection-requested": [AnyConnectionState];
6362
"connection-succeeded": [ConnectionStateConnected];
6463
"connection-timed-out": [ConnectionStateErrored];
6564
"connection-closed": [ConnectionStateDisconnected];

0 commit comments

Comments
 (0)