af83/chouette-core

View on GitHub
app/packs/src/time_tables/reducers/metas.js

Summary

Maintainability
A
1 hr
Test Coverage

Function metas has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function metas(state = {}, action) {
  switch (action.type) {
    case 'RECEIVE_TIME_TABLES':
      const { comment, day_types, color, calendar, shared } = action.json

Severity: Minor
Found in app/packs/src/time_tables/reducers/metas.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status