Remove unused property

This commit is contained in:
RMidhunSuresh 2023-05-17 16:23:18 +05:30
parent f10217c591
commit 489f00f57a

View File

@ -60,7 +60,6 @@ export class BaseRoom extends EventEmitter {
this._powerLevelLoading = null;
this._observedMembers = null;
this._timelineLoadPromise = null;
this._timelineRunningPromise = null;
}
async observeStateType(type, txn = undefined) {