dashpresshq/dashpress

View on GitHub
src/backend/lib/config-persistence/index.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function createConfigDomainPersistenceService has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function createConfigDomainPersistenceService<T>(
  configDomain: ConfigDomain
): AbstractConfigDataPersistenceService<T> {
  const configBag: Record<
    ConfigAdaptorTypes,
Severity: Minor
Found in src/backend/lib/config-persistence/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status