CleverStack/clever-accounts

View on GitHub
models/AccountModel.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function(Model, config, utils, UserModel) {
  return Model.extend('Account',
  {
    type              : config['clever-accounts'].driver || 'ORM',
    timeStampable     : true,
Severity: Minor
Found in models/AccountModel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status