Merge pull request #2448 from Safelite/feature/CASH-353-skiener
CASH-353 | Fix missing 'const' error
This commit is contained in:
commit
7356268f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ export default {
|
|||
false
|
||||
);
|
||||
if (this.isHeavyTruck) {
|
||||
closestShops = await this.findClosestApplicableShops(
|
||||
const closestShops = await this.findClosestApplicableShops(
|
||||
this.serviceZipCode,
|
||||
this.carId
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue