andela/team-odd-bn-backend

View on GitHub
src/database/seeders/20191105144530-accommodations.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function up has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  up: (queryInterface, Sequelize) => {
    return queryInterface.bulkInsert('accommodations', [
      {
        name: 'serena hotel',
        cityId: 3,
Severity: Major
Found in src/database/seeders/20191105144530-accommodations.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status