just-paja/radio-drama-queen

View on GitHub
src/reducers/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function normalizeStoryState has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function normalizeStoryState (state, story) {
  const { name, uuid, entities, ...nextState } = story
  if (!entities) {
    return {
      ...state,
Severity: Minor
Found in src/reducers/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status