CASH-353 | Fix missing 'const' error
This commit is contained in:
parent
27258dbb4c
commit
daf89bdb32
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