revert
This commit is contained in:
parent
14487d10b4
commit
4d73dd7386
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue