[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-02-01 15:13:58 +01:00
الأصل ed62a69cbe
التزام 4ff7a66d2d

عرض الملف

@@ -6405,7 +6405,7 @@ class RoomClient {
geoError = 'An unknown error occurred';
break;
}
rc.sendPeerGeoLocation(peer_id, 'geoLocationKO', `${rc.peer_name}: geoError`);
rc.sendPeerGeoLocation(peer_id, 'geoLocationKO', `${rc.peer_name}: ${geoError}`);
rc.userLog('warning', geoError, 'top-end', 5000);
},
);