Remove redundant save call

This commit is contained in:
scottkiener-at-safelite 2025-10-28 09:26:51 -04:00
parent 1324c979ea
commit 66b2efdbb4

View file

@ -325,11 +325,6 @@ export default {
lineItemsToKeep.cartItemType !=
this.servicePackageDiscountCartItem.cartItemType
);
await this.dispatchStoreAction(
storeActions.SAVE_SUPPORTING_ITEMS_SUPPRESSING_STATE_RESETTING,
this.lineItems.supportingItems,
false
);
shouldSaveSupportingItems = true;
}
}