wipkanban/wipkanban

View on GitHub
src/client/reducers/userReducer.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function userReducer has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

export default function userReducer(state = initialState, action: any) {
  switch (action.type) {
    case actionsType.CREATE_ACCOUNT_SEND:
      return {
        ...state,
Severity: Minor
Found in src/client/reducers/userReducer.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status