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

View on GitHub
api/leaderboard/leadBoardModel.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const getLeaderBoardData = async () =>{

    const output = []

    const derivedTable = await db('Children AS C')
Severity: Minor
Found in api/leaderboard/leadBoardModel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status