From f254df3b0054d55eeaa80fd4cac9dacef12bd965 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 19 Nov 2020 14:11:24 +0100 Subject: [PATCH] lint --- src/y-websocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/y-websocket.js b/src/y-websocket.js index 3ac30f7..3bbb12c 100644 --- a/src/y-websocket.js +++ b/src/y-websocket.js @@ -133,7 +133,7 @@ const setupWS = provider => { websocket.send(encoding.toUint8Array(encoderAwarenessState)) } } - + provider.emit('status', [{ status: 'connecting' }])