mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
Treat wrapper hsapi as HomeServerApi
This commit is contained in:
parent
8387215efd
commit
57d24dcf90
@ -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…
x
Reference in New Issue
Block a user