*Update dist

This commit is contained in:
Derrick Hammer 2023-04-16 06:08:50 -04:00
parent d30528caa0
commit 9791e7c4a1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class Peer extends peer_js_1.default {
}
async handleChannelOnOpen(m) {
await this._proxy.handleNewPeerChannel(this);
this._proxy.emit("peerOpen", this);
}
}
exports.default = Peer;