Skip to content

Commit

Permalink
style: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
desher committed Mar 4, 2024
1 parent 3550505 commit d5e7373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebRTCIssueDetector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5e7373

Please sign in to comment.