Coursemology/coursemology2

View on GitHub
client/app/bundles/course/experience-points/disbursement/store.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  (draft: DisbursementState, action: DisbursementActionType) => {
    switch (action.type) {
      case SAVE_DISBURSEMENT_LIST: {
        const courseGroups = action.courseGroups.map((data) => ({
          ...data,
Severity: Minor
Found in client/app/bundles/course/experience-points/disbursement/store.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status