superdesk/superdesk-client-core

View on GitHub
scripts/core/helpers/network.tsx

Summary

Maintainability
A
35 mins
Test Coverage

Function uploadFileWithProgress has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    endpoint: string,
    data: FormData,
    onProgress: (event: ProgressEvent) => void,
    method?: 'POST' | 'PATCH',
    etag?: string,
Severity: Minor
Found in scripts/core/helpers/network.tsx - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status