GladysProject/Gladys

View on GitHub
server/models/device.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status