maestro-server/analytics-front

View on GitHub
app/core/services/PersistenceServices.js

Summary

Maintainability
A
1 hr
Test Coverage
B
88%

Function Persistence has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Persistence = (Entity, FactoryDBRepository = DFactoryDBRepository) => {

    const DBRepository = FactoryDBRepository(Entity);

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

    There are no issues that match your filters.

    Category
    Status