Coursemology/coursemology2

View on GitHub
client/app/bundles/course/learning-map/store.ts

Summary

Maintainability
B
5 hrs
Test Coverage

Function reducer has 127 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const reducer = produce((state, action) => {
  switch (action.type) {
    case actionTypes.FETCH_LEARNING_MAP_SUCCESS:
      return {
        ...state,
Severity: Major
Found in client/app/bundles/course/learning-map/store.ts - About 5 hrs to fix

There are no issues that match your filters.

Category
Status