Vizzuality/landgriffon

View on GitHub
api/src/modules/sourcing-locations/sourcing-locations-materials.service.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
92%

Function extendFindAllQuery has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async extendFindAllQuery(
    query: SelectQueryBuilder<SourcingLocation>,
    fetchSpecification: Record<string, unknown>,
  ): Promise<SelectQueryBuilder<SourcingLocation>> {
    const sortingOrder: 'DESC' | 'ASC' | undefined =

    There are no issues that match your filters.

    Category
    Status