philippebeck/nens

View on GitHub
model/UserModel.js

Summary

Maintainability
A
0 mins
Test Coverage

Function exports has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

module.exports = (Sequelize, DataTypes) => {
  const UserModel = Sequelize.define("Users", {
    id: {
      type: DataTypes.SMALLINT.UNSIGNED,
      primaryKey: true,
Severity: Minor
Found in model/UserModel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status