maestro-server/audit-app

View on GitHub
app/core/repositories/DBRepository.js

Summary

Maintainability
A
3 hrs
Test Coverage
A
100%

Function DBRepository has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DBRepository = (Entity, options = {}) => {

    const DB = Entity.dao;

    return {
Severity: Major
Found in app/core/repositories/DBRepository.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status