1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Fix invalid string quotes

This commit is contained in:
Dariusz Niemczyk
2021-08-11 14:39:00 +02:00
parent d7dbaeba46
commit 4607f0177c

View File

@@ -262,7 +262,7 @@ export class CallEventHandler {
// The following events need a call and a peer connection
if (!call || !call.hasPeerConnection) {
logger.warn('Discarding an event, we don't have a call/peerConn', type);
logger.warn("Discarding an event, we don't have a call/peerConn", type);
return;
}
// Ignore remote echo