fix lint error key-spacing
parent
ad131d0510
commit
8a8d9938e9
|
|
@ -254,7 +254,7 @@ class Room extends EventEmitter
|
|||
|
||||
protooPeer.send(
|
||||
'chat-history-receive',
|
||||
{ chatHistory : this._chatHistory }
|
||||
{ chatHistory: this._chatHistory }
|
||||
);
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue