fga-eps-mds/2019.2-Vsign

View on GitHub
frontend/src/reducers/upload.js

Summary

Maintainability
A
1 hr
Test Coverage

Function upload has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function upload(state = initial, action) {
    switch (action.type) {
        case SET_VIDEO_UPLOAD_STATUS:
            return {
                ...state,
Severity: Minor
Found in frontend/src/reducers/upload.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status