Fixing a simple typo from `SurveyAvtive` to `SurveyActive`.
هذا الالتزام موجود في:
Welton Demetrio
2022-03-09 15:00:45 -03:00
ملتزم من قبل GitHub
الأصل 0c57cacf88
التزام d803e635e2

عرض الملف

@@ -24,7 +24,7 @@ const _PEER = {
sendMsg: '<i class="fas fa-paper-plane"></i>',
};
const surveyAvtive = true;
const surveyActive = true;
let participantsCount = 0;
@@ -996,7 +996,7 @@ function handleRoomClientEvents() {
});
rc.on(RoomClient.EVENTS.exitRoom, () => {
console.log('Room Client leave room');
if (surveyAvtive) {
if (surveyActive) {
openURL(url.survey);
} else {
openURL('/newroom');