forked from mystiq/hydrogen-web
fix ts error
This commit is contained in:
parent
544afef902
commit
bfaba63f47
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export function iterateResponseStateEvents(roomResponse: RoomResponse, callback:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (promises) {
|
if (promises) {
|
||||||
return Promise.all(promises);
|
return Promise.all(promises).then(() => undefined);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue