Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/reducers/history/answers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (state = {}, action) {
  switch (action.type) {
    case actions.GET_PAST_ANSWERS_SUCCESS: {
      return {
        ...state,

There are no issues that match your filters.

Category
Status