libs/cart/state/src/reducers/cart-coupon/cart-coupon.reducer.ts
Function cartCouponReducer
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function cartCouponReducer<T extends DaffCart = DaffCart>(
state = daffCartReducerInitialState,
action: ActionTypes<T>,
): DaffCartReducerState<T> {
switch (action.type) {