fix lint error key-spacing
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ class Room extends EventEmitter
|
|||||||
|
|
||||||
protooPeer.send(
|
protooPeer.send(
|
||||||
'chat-history-receive',
|
'chat-history-receive',
|
||||||
{ chatHistory : this._chatHistory }
|
{ chatHistory: this._chatHistory }
|
||||||
);
|
);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user