[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-06-12 13:37:49 +02:00
الأصل fb3b66113f
التزام c89b782880

عرض الملف

@@ -694,7 +694,7 @@ class RoomClient {
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
}).then((result) => {
if (!result.isConfirmed) {
this.exit();
this.event(_EVENTS.exitRoom);
}
});
}