maestro-server/analytics-front

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

Summary

Maintainability
A
1 hr
Test Coverage
F
31%

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

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

    const DB = Entity.dao;

    return {
Severity: Minor
Found in app/core/repositories/DBRepository.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status