undo accidental changes
This commit is contained in:
hiteshkumar87 2025-05-13 12:27:37 +05:30
parent 144c420fcb
commit dfdc79c4ae

View file

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