FredericHeem/starhackit

View on GitHub
server/src/plugins/document/index.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function Document has 119 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Document(app) {
  const { sql } = app.data;

  const sqlAdaptor = require("utils/SqlAdapter")({ sql });
  const models = {
Severity: Major
Found in server/src/plugins/document/index.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status