deepsource-autofix[bot] 4 лет назад
Родитель
Сommit
a44ab97c53
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/supports.ts

+ 1 - 1
lib/supports.ts

@@ -10,7 +10,7 @@ export const Supports = new class {
 
 
   isWebRTCSupported(): boolean {
   isWebRTCSupported(): boolean {
     return typeof RTCPeerConnection !== 'undefined';
     return typeof RTCPeerConnection !== 'undefined';
-  };
+  }
 
 
   isBrowserSupported(): boolean {
   isBrowserSupported(): boolean {
     const browser = this.getBrowser();
     const browser = this.getBrowser();