This commit is contained in:
Bruno Windels 2020-09-25 10:45:34 +02:00
parent 134b04c782
commit e175e9ac8b

View file

@ -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);