ts/store/reducers/entities/payments.ts
Function paymentByRptIdReducer
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const paymentByRptIdReducer = (
state: PaymentByRptIdState = INITIAL_STATE,
action: Action
): PaymentByRptIdState => {
switch (action.type) {