libs/customer/state/src/reducers/address-entities/reducer.ts
Function daffCustomerAddressEntitiesReducer
has 59 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function daffCustomerAddressEntitiesReducer<
T extends DaffCustomerAddress = DaffCustomerAddress,
>(
state = daffCustomerAddressEntitiesAdapter<T>().getInitialState(),
action: DaffCustomerAddressActions<T> | DaffCustomerActions): DaffOperationEntityState<T> {