[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-02-13 14:39:29 +01:00
الأصل dabe2383b9
التزام a7f0d778a4

عرض الملف

@@ -140,6 +140,7 @@ module.exports = class Room {
}
async removePeer(socket_id) {
if (!this.peers.has(socket_id)) return;
this.peers.get(socket_id).close();
this.peers.delete(socket_id);
}