Lambda-School-Labs/Labs26-StorySquad-BE-TeamB

View on GitHub
lib/formatHelpers.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function formatTeam has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const formatTeam = (submissions) => {
  // Initialize response object
  const team = {};
  // Iterate over submission pages
  submissions.forEach(
Severity: Minor
Found in lib/formatHelpers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status