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;
|
this._clock = clock;
|
||||||
}
|
}
|
||||||
|
|
||||||
get hsApi(): HomeServerApiWrapper {
|
get hsApi(): HomeServerApi {
|
||||||
return this._wrapper;
|
return this._wrapper as unknown as HomeServerApi;
|
||||||
}
|
}
|
||||||
|
|
||||||
stop(): void {
|
stop(): void {
|
||||||
|
|
Loading…
Reference in a new issue