Merge branch 'release/2025.05.08' into feature/CASH-488
This commit is contained in:
commit
1ab8e09d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ export default {
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
if (this.isHeavyTruck) {
|
if (this.isHeavyTruck) {
|
||||||
closestShops = await this.findClosestApplicableShops(
|
const closestShops = await this.findClosestApplicableShops(
|
||||||
this.serviceZipCode,
|
this.serviceZipCode,
|
||||||
this.carId
|
this.carId
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue