Merge pull request #2290 from Safelite/feature/CASH-207

CASH-207
This commit is contained in:
CarlNation 2025-02-10 06:16:47 -05:00 committed by GitHub
commit d02e34a250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3093,7 +3093,6 @@ export const actions = {
);
},
saveIsSmsOptIn(context, isSmsOptIn) {
debugger; // eslint-disable-line
context.commit(storeMutations.UPDATE_CUSTOMER_IS_SMS_OPT_IN, isSmsOptIn);
},