@esolve/ng-esolve-connect 0.20.6 → 0.20.7
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.
- package/esm2020/lib/locations/esolve-location.model.mjs +2 -2
- package/fesm2015/esolve-ng-esolve-connect.mjs +1 -1
- package/fesm2015/esolve-ng-esolve-connect.mjs.map +1 -1
- package/fesm2020/esolve-ng-esolve-connect.mjs +1 -1
- package/fesm2020/esolve-ng-esolve-connect.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1832,7 +1832,7 @@ class EsolveLocation {
|
|
|
1832
1832
|
const sunday = new EsolveLocationTradingDay(record.sunday_open_time, record.sunday_close_time);
|
|
1833
1833
|
const public_holiday = new EsolveLocationTradingDay(record.public_holiday_open_time, record.public_holiday_close_time);
|
|
1834
1834
|
this.trading_times = new EsolveLocationTradingTimes(monday, tuesday, wednesday, thursday, friday, saturday, sunday, public_holiday, record.trading_hours_additional_info);
|
|
1835
|
-
this.geo = new EsolveLocationGEO(record.
|
|
1835
|
+
this.geo = new EsolveLocationGEO(record.distance, record.range, record.target_description);
|
|
1836
1836
|
}
|
|
1837
1837
|
}
|
|
1838
1838
|
|