forked from mystiq/hydrogen-web
Treat wrapper hsapi as HomeServerApi
This commit is contained in:
parent
8387215efd
commit
57d24dcf90
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ export class RequestScheduler {
|
|||
this._clock = clock;
|
||||
}
|
||||
|
||||
get hsApi(): HomeServerApiWrapper {
|
||||
return this._wrapper;
|
||||
get hsApi(): HomeServerApi {
|
||||
return this._wrapper as unknown as HomeServerApi;
|
||||
}
|
||||
|
||||
stop(): void {
|
||||
|
|
Loading…
Reference in a new issue