andela/team-odd-bn-backend

View on GitHub
src/database/seeders/20191103164828-roles.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: (queryInterface, Sequelize) => {
    return queryInterface.bulkInsert('roles', [
      {
        type: 'super admin',
        createdAt: new Date(),
Severity: Minor
Found in src/database/seeders/20191103164828-roles.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status