From 4d73dd73860891f594d5c800dab40b3657791e3e Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Wed, 11 Oct 2023 23:45:04 -0400 Subject: [PATCH] revert --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 4c597f70..5e6da404 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -556,7 +556,7 @@ export const useMainStore = defineStore({ const { vin } = vehicle; // create a new array to avoid mutating state - const glassArrayForPayload = convertGlassPieceToBackEndCompatibleFormat(glassArray); + const glassArrayForPayload = convertGlassPieceNamingForApi(glassArray); const response = await globalMethods.callHttpClient({ method: endpoints.GetPartsOrQuestions.method,