ets-fe-ng-sdk 19.0.110 → 19.0.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4821,7 +4821,7 @@ class ApiService {
4821
4821
  //#endregion
4822
4822
  this.optionsHandler = (extras) => {
4823
4823
  if (!extras)
4824
- return null;
4824
+ return {};
4825
4825
  const headers = extras?.useEndorsement
4826
4826
  ? new HttpHeaders(this.headers).set('useEndorsement', 'true')
4827
4827
  : new HttpHeaders(this.headers);