Treat wrapper hsapi as HomeServerApi

This commit is contained in:
RMidhunSuresh 2021-11-23 19:12:07 +05:30
parent 8387215efd
commit 57d24dcf90

View file

@ -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 {