forked from mystiq/hydrogen-web
fix lint warning
This commit is contained in:
parent
517e796e90
commit
a710f394eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue