CASH-502
undo accidental changes
This commit is contained in:
parent
144c420fcb
commit
dfdc79c4ae
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ export default {
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
if (this.isHeavyTruck) {
|
if (this.isHeavyTruck) {
|
||||||
var closestShops = await this.findClosestApplicableShops(
|
const closestShops = await this.findClosestApplicableShops(
|
||||||
this.serviceZipCode,
|
this.serviceZipCode,
|
||||||
this.carId
|
this.carId
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue