Merge pull request #2448 from Safelite/feature/CASH-353-skiener

CASH-353 | Fix missing 'const' error
This commit is contained in:
scottkiener-at-safelite 2025-04-24 12:48:17 -04:00 committed by GitHub
commit 7356268f2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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