fix lint warning

This commit is contained in:
Bruno Windels 2022-04-11 15:57:23 +02:00
parent 517e796e90
commit a710f394eb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import {LocalMedia} from "../../../matrix/calls/LocalMedia";
export class RoomViewModel extends ViewModel {
constructor(options) {
super(options);
const {room, session} = options;
const {room} = options;
this._room = room;
this._timelineVM = null;
this._tilesCreator = null;