18F/cg-dashboard

View on GitHub
static_src/stores/quota_store.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handleAction has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  handleAction(action) {
    switch (action.type) {
      case quotaActionTypes.ORGS_QUOTAS_FETCH: {
        this.load([cfApi.fetchOrgsQuotas()]);
        this.emitChange();
Severity: Minor
Found in static_src/stores/quota_store.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status