Asymmetrik/node-rest-starter

View on GitHub
src/app/core/export/export-config.controller.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function buildExportStream has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const buildExportStream = (
    data: Readable | unknown,
    getRead: (unknown) => () => void,
    transforms: Transform[] = []
) => {
Severity: Minor
Found in src/app/core/export/export-config.controller.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status