From d5e73731e615e786253ed8b177ca6be721c5562c Mon Sep 17 00:00:00 2001 From: Roman Kuzakov Date: Mon, 4 Mar 2024 12:59:54 +0700 Subject: [PATCH] style: fix linter error --- src/WebRTCIssueDetector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebRTCIssueDetector.ts b/src/WebRTCIssueDetector.ts index 433bc41..261f440 100644 --- a/src/WebRTCIssueDetector.ts +++ b/src/WebRTCIssueDetector.ts @@ -136,7 +136,7 @@ class WebRTCIssueDetector { this.logger.debug('Skip handling new peer connection. Detector is not running', pc); return; } - + if (!this.#running && this.autoAddPeerConnections === false) { this.logger.info('Starting stats reporting for new peer connection'); this.#running = true;