mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
unused var
This commit is contained in:
parent
a372836a64
commit
23b8ba7e54
@ -208,7 +208,7 @@ export class SessionContainer {
|
||||
});
|
||||
}
|
||||
});
|
||||
await log.wrap("wait first sync", log => this._waitForFirstSync(log));
|
||||
await log.wrap("wait first sync", () => this._waitForFirstSync());
|
||||
|
||||
this._status.set(LoadStatus.Ready);
|
||||
|
||||
@ -223,7 +223,7 @@ export class SessionContainer {
|
||||
}
|
||||
}
|
||||
|
||||
async _waitForFirstSync(log) {
|
||||
async _waitForFirstSync() {
|
||||
try {
|
||||
this._sync.start();
|
||||
this._status.set(LoadStatus.FirstSync);
|
||||
|
Loading…
Reference in New Issue
Block a user