nci-ats/fs-middlelayer-api

View on GitHub
src/controllers/store.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function getFilesZip has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getFilesZip(controlNumber, dbFiles, res, callback){
    const zipper = new s3zipper(config.getStoreConfig());

    const filePath = `${controlNumber}`;

Severity: Major
Found in src/controllers/store.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status