maestro-server/server-app

View on GitHub
app/inventory/applications/persistenceRelationSystem.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

const persistenceSystem = (IEntity) => (Entity) => {

    return {
        create(req, res, next) {
            PersistenceServices(Entity)
Severity: Minor
Found in app/inventory/applications/persistenceRelationSystem.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status