Lambda-School-Labs/signlingo-be

View on GitHub

Showing 1 of 3 total issues

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
    Severity
    Category
    Status
    Source
    Language