[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-27 09:19:00 +02:00
الأصل f143f29cfb
التزام 4251492f44

عرض الملف

@@ -943,7 +943,7 @@ function startServer() {
callback();
});
socket.on('getRoomInfo', async (dataObject, cb) => {
socket.on('getRoomInfo', async (_, cb) => {
if (!roomList.has(socket.room_id)) return;
log.debug('Send Room Info to', getPeerName());