From 4607f0177cf7d95bb48df1372dbcfb5d5fee8767 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Wed, 11 Aug 2021 14:39:00 +0200 Subject: [PATCH] Fix invalid string quotes --- src/webrtc/callEventHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webrtc/callEventHandler.ts b/src/webrtc/callEventHandler.ts index 4067c58d1..2ad4bcc71 100644 --- a/src/webrtc/callEventHandler.ts +++ b/src/webrtc/callEventHandler.ts @@ -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