graycoreio/daffodil

View on GitHub
libs/product/driver/in-memory/src/backend/product.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(
    private productFactory: DaffProductExtensionFactory,
    private productImageFactory: DaffProductImageFactory) {
    this._products = [
      '1001',
Severity: Minor
Found in libs/product/driver/in-memory/src/backend/product.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status