LearnersGuild/echo

View on GitHub
src/common/reducers/projects.js

Summary

Maintainability
A
1 hr
Test Coverage

Function projects has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function projects(state = initialState, action) {
  switch (action.type) {
    case FIND_PROJECTS_REQUEST:
    case GET_PROJECT_REQUEST:
    case DELETE_PROJECT_REQUEST:
Severity: Minor
Found in src/common/reducers/projects.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status