mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
cleanup
This commit is contained in:
parent
134b04c782
commit
e175e9ac8b
@ -75,7 +75,7 @@ export class HomeServerApi {
|
||||
method,
|
||||
headers,
|
||||
body: bodyString,
|
||||
timeout: options && options.timeout
|
||||
timeout: options?.timeout
|
||||
});
|
||||
|
||||
const wrapper = new RequestWrapper(method, url, requestResult);
|
||||
|
Loading…
Reference in New Issue
Block a user