Browse Source

style: run prettier

Jonas Gloning 1 năm trước cách đây
mục cha
commit
4b59387fea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");