CSR-1977: format change per prettier

This commit is contained in:
Adam Caouette 2024-03-18 13:31:59 -04:00
parent 636f8476af
commit 13dbad3680

View file

@ -199,7 +199,7 @@ export default {
false
);
// ensure that all promo codes that return are in all caps format
// ensure that all promo codes that return are in all caps format
promoValidationResponse?.orderPromos?.forEach((orderPromo) => {
orderPromo.promoCode = orderPromo.promoCode.toUpperCase();
});