зеркало из https://github.com/nextcloud/spreed.git
Fix eslint error.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
This commit is contained in:
Родитель
b505d629a9
Коммит
9e6146e300
|
@ -220,7 +220,7 @@
|
|||
});
|
||||
};
|
||||
|
||||
InternalSignaling.prototype.setRoomCollection = function(rooms) {
|
||||
InternalSignaling.prototype.setRoomCollection = function(/*rooms*/) {
|
||||
this._pollForRoomChanges();
|
||||
return SignalingBase.prototype.setRoomCollection.apply(this, arguments);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче