fix: make socket optional since we define it ourselves
This commit is contained in:
parent
6625530f3d
commit
89e7d452cb
|
@ -15,6 +15,7 @@ export default class HyperTransportPeer extends BasePeer {
|
|||
peer: any;
|
||||
muxer: any;
|
||||
protocol: string;
|
||||
socket?: any;
|
||||
},
|
||||
) {
|
||||
super(options);
|
||||
|
|
Loading…
Reference in New Issue