Prettyfied
This commit is contained in:
parent
1869d86973
commit
e13739aeab
1 changed files with 4 additions and 1 deletions
|
|
@ -989,7 +989,10 @@ export const actions = {
|
|||
const damage = context.getters.damage;
|
||||
const glassArray = convertGlassPieceNamingForApi(damage.glassToReplace);
|
||||
|
||||
const glassPieces = buildQueryStringParameterFromArrayOfComplexObjects(glassArray, "glassPieces")
|
||||
const glassPieces = buildQueryStringParameterFromArrayOfComplexObjects(
|
||||
glassArray,
|
||||
"glassPieces"
|
||||
);
|
||||
|
||||
return globalMethods.callHttpClient({
|
||||
method: endpoints.GetServiceabilityDetails.method,
|
||||
|
|
|
|||
Loading…
Reference in a new issue