Jonas Gloning преди 1 година
родител
ревизия
4b59387fea
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      e2e/datachannel/serialization.js

+ 1 - 1
e2e/datachannel/serialization.js

@@ -1,7 +1,7 @@
 /**
  * @type {typeof import("../../lib/exports.js").Peer}
  */
-const Peer = window.peerjs.Peer
+const Peer = window.peerjs.Peer;
 
 const params = new URLSearchParams(document.location.search);
 const testfile = params.get("testfile");