* Fix typo in multiSocket.ts where "m" should be "m.id".
This commit is contained in:
parent
e3e6757e47
commit
9cb6d0b6e4
|
@ -224,7 +224,7 @@ export default class MultiSocketProxy extends Proxy {
|
|||
if (self._server) {
|
||||
new self.socketClass(
|
||||
nextSocketId(),
|
||||
m,
|
||||
m.id,
|
||||
self,
|
||||
self.get(await self._getPublicKey(peer)) as PeerEntity,
|
||||
m
|
||||
|
|
Loading…
Reference in New Issue