Skip to content

Commit d5e7373

Browse files
committed
style: fix linter error
1 parent 3550505 commit d5e7373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebRTCIssueDetector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class WebRTCIssueDetector {
136136
this.logger.debug('Skip handling new peer connection. Detector is not running', pc);
137137
return;
138138
}
139-
139+
140140
if (!this.#running && this.autoAddPeerConnections === false) {
141141
this.logger.info('Starting stats reporting for new peer connection');
142142
this.#running = true;

0 commit comments

Comments
 (0)