WeTransfer/wt-js-sdk

View on GitHub
src/actions/upload-file.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function createMultipartChunksForFile(transferOrBoard, file, content) {
    const totalParts = file.multipart.part_numbers;
    logger.debug(
      `[${
        file.name
Severity: Minor
Found in src/actions/upload-file.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status