Merge branch 'release/2025.05.08' into feature/CASH-488

This commit is contained in:
maguire-arman 2025-04-24 13:21:19 -04:00 committed by GitHub
commit 1ab8e09d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -341,7 +341,7 @@ export default {
false
);
if (this.isHeavyTruck) {
closestShops = await this.findClosestApplicableShops(
const closestShops = await this.findClosestApplicableShops(
this.serviceZipCode,
this.carId
);