CASH-353 | Fix missing 'const' error

This commit is contained in:
Scott Kiener 2025-04-24 12:41:00 -04:00
parent 27258dbb4c
commit daf89bdb32

View file

@ -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
); );