libs/customer-payment/state/src/reducers/payment-entities/reducer.ts
Function daffCustomerPaymentEntitiesReducer
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function daffCustomerPaymentEntitiesReducer<
TPayment extends DaffCustomerPayment = DaffCustomerPayment,
TRequest extends DaffCustomerPaymentRequest = DaffCustomerPaymentRequest,
>(
state = daffCustomerPaymentEntitiesAdapter<TPayment>().getInitialState(),