18F/cg-dashboard

View on GitHub
static_src/stores/upsi_store.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function reduce has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  reduce(action) {
    switch (action.type) {
      case upsiActionTypes.UPSI_FETCH_ALL_REQUEST: {
        this.allRequest = {
          ...this.allRequest,
Severity: Major
Found in static_src/stores/upsi_store.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status