pasalino/TinyLanding

View on GitHub
app/db/models/lead.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = (sequelize, DataTypes) => {
  const Lead = sequelize.define(
    'Lead', {
      name: {
        type: DataTypes.STRING(500),
Severity: Minor
Found in app/db/models/lead.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status