superdesk/superdesk-client-core

View on GitHub
scripts/extensions/sams/src/store/assets/reducers.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function assetsReducer has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function assetsReducer(
    state: IAssetState = initialState,
    action: IAssetActionTypes,
): IAssetState {
    switch (action.type) {
Severity: Minor
Found in scripts/extensions/sams/src/store/assets/reducers.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status