artisan-tattoo/assistant-api

View on GitHub
src/classes/base_routes.js

Summary

Maintainability
A
1 hr
Test Coverage

Function CRUD has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

BaseRoutes.prototype.CRUD = function() {
  var controller = this.controller;
  var schema = this.schema;
  
  return {
Severity: Minor
Found in src/classes/base_routes.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status