Asymmetrik/mean2-starter

View on GitHub
src/server/app/util/services/csv-stream.server.service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(columns) {

    // Create a stream to turn Mongo records into CSV rows
    var stream = through2.obj(function (chunk, enc, callback) {
        var row = [];
Severity: Minor
Found in src/server/app/util/services/csv-stream.server.service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status