r2js/r2admin

View on GitHub
example/model/test.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = (app) => {
  const { Validate } = app.service('System');
  const mongoose = app.service('Mongoose');
  const Plugin = app.service('PluginService');
  const ObjectId = mongoose.Schema.Types.ObjectId;
Severity: Major
Found in example/model/test.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status