namchey/linkpreview

View on GitHub
app/Scrape/reducers/scrape.js

Summary

Maintainability
A
1 hr
Test Coverage

Function scrape has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function scrape(state = initialState.scrape, action) {
    //deepFreeze(state);
    switch (action.type) {
        case types.GET_SCRAPE_REQUEST:

Severity: Minor
Found in app/Scrape/reducers/scrape.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status