Merge pull request #159 from Safelite/feature/digital/SSR-257

change to getPartsOrQuestions method - zip code can be empty string
This commit is contained in:
Jason Wheeler 2023-02-09 12:08:22 -05:00 committed by GitHub
commit 12d9998c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,7 +341,7 @@ export const useMainStore = defineStore({
payload: {
carId: carId,
glassPieces: glassArrayForPayload,
zip: zipCode,
zip: zipCode ? zipCode : "",
vin: vin,
},
});