DemocracyOS/democracyos

View on GitHub
lib/api-v2/comments/csv.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getCsv has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getCsv (req, res, next) {
  api.comments.populateTopics(req.topics)
    .then((topicsComments) => {
      const commentsData = [ titles ]

Severity: Minor
Found in lib/api-v2/comments/csv.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status