graycoreio/daffodil

View on GitHub
libs/cart/state/src/reducers/cart-billing-address/cart-billing-address.reducer.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function cartBillingAddressReducer has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function cartBillingAddressReducer<T extends DaffCart = DaffCart>(
  state = daffCartReducerInitialState,
  action: ActionTypes<T>,
): DaffCartReducerState<T> {
  switch (action.type) {

    There are no issues that match your filters.

    Category
    Status