Prettyfied

This commit is contained in:
Leah Schumann 2023-05-11 15:03:25 -04:00
parent 1869d86973
commit e13739aeab

View file

@ -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,