Lambda-School-Labs/allay-be

View on GitHub
data/seeds/006-states_table.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function seed has 162 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.seed = function (knex) {
  // Deletes ALL existing entries
  return knex('states')
    .del()
    .then(function () {
Severity: Major
Found in data/seeds/006-states_table.js - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status