@sabstravtech/obtservices 0.2.2511200338 → 0.2.2511241600

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.
@@ -8097,7 +8097,7 @@ class CabHireEnterpriseSearch extends BaseEnterpriseSearch {
8097
8097
  streetAndNumber: location?.Street,
8098
8098
  town: location?.Town,
8099
8099
  county: location?.County,
8100
- postcode: location?.PostCode.replace(/\s+/g, '') ?? '',
8100
+ postcode: location?.PostCode?.replace(/\s+/g, '') ?? '',
8101
8101
  countryCode: location.CountryCode || location.Country,
8102
8102
  flightNumber: location?.FlightNumber ? location?.FlightNumber : null,
8103
8103
  terminal: location.Terminal || null,