GladysProject/Gladys

View on GitHub
server/models/house.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (sequelize, DataTypes) => {
  const house = sequelize.define(
    't_house',
    {
      id: {
Severity: Major
Found in server/models/house.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status