Lambda-School-Labs/signlingo-be

View on GitHub
data/seeds/03-flashcards.js

Summary

Maintainability
B
5 hrs
Test Coverage

Function seed has 160 lines of code (exceeds 50 allowed). Consider refactoring.
Open

exports.seed = function (knex) {
  return knex("flashcards").then(function () {
    return knex("flashcards").insert([
      {
        id: 1,
Severity: Major
Found in data/seeds/03-flashcards.js - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status