forked from mystiq/hydrogen-web
cleanup
This commit is contained in:
parent
134b04c782
commit
e175e9ac8b
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export class HomeServerApi {
|
||||||
method,
|
method,
|
||||||
headers,
|
headers,
|
||||||
body: bodyString,
|
body: bodyString,
|
||||||
timeout: options && options.timeout
|
timeout: options?.timeout
|
||||||
});
|
});
|
||||||
|
|
||||||
const wrapper = new RequestWrapper(method, url, requestResult);
|
const wrapper = new RequestWrapper(method, url, requestResult);
|
||||||
|
|
Loading…
Reference in a new issue