maestro-server/server-app

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

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function UsersPersistence has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const UsersPersistence = (Entity) => {

    const DBRepository = FactoryDBRepository(Entity);

    return Object.assign({}, Persistence(Entity), {
Severity: Minor
Found in app/identity/services/PersistenceServices.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status