nus-mtp/attack-on-tutor

View on GitHub
models/user.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = function(sequelize, DataTypes) {

    var User = sequelize.define('User', {
        id: {
            type: DataTypes.STRING,
Severity: Minor
Found in models/user.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status