@sabstravtech/obtservices 0.2.2503181855 → 0.2.2503191158

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.
@@ -13338,7 +13338,7 @@
13338
13338
  .getAirlinesList(preferredCarry)
13339
13339
  .subscribe(function (items) {
13340
13340
  items.map(function (item) {
13341
- if (item.code === preferredCarry) {
13341
+ if ((item === null || item === void 0 ? void 0 : item.code) === preferredCarry) {
13342
13342
  preferredCarriers_1.push(item);
13343
13343
  }
13344
13344
  });
@@ -13776,7 +13776,7 @@
13776
13776
  .getAirlinesList(preferredCarry)
13777
13777
  .subscribe(function (items) {
13778
13778
  items.map(function (item) {
13779
- if (item.code === preferredCarry) {
13779
+ if ((item === null || item === void 0 ? void 0 : item.code) === preferredCarry) {
13780
13780
  preferredCarriers_2.push(item);
13781
13781
  }
13782
13782
  });