From 11e4955f8bc7511c96eb0f86b8e337705a7584a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdussamed=20ULUTA=C5=9E?= Date: Sun, 25 Dec 2022 22:04:26 +0300 Subject: [PATCH] Stage 245 --- frontend/Peer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Peer.ts b/frontend/Peer.ts index a1c0417..f58b9ed 100644 --- a/frontend/Peer.ts +++ b/frontend/Peer.ts @@ -9,7 +9,7 @@ interface IPeerOptions{ export default class Peer extends EventTarget { public mwse : MWSE; - public options! : IPeerOptions; + public options : IPeerOptions = {}; public socketId? : string; public selfSocket : boolean = false; public active : boolean = false;