api/src/modules/sourcing-locations/sourcing-locations-materials.service.ts
Function extendFindAllQuery
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
async extendFindAllQuery(
query: SelectQueryBuilder<SourcingLocation>,
fetchSpecification: Record<string, unknown>,
): Promise<SelectQueryBuilder<SourcingLocation>> {
const sortingOrder: 'DESC' | 'ASC' | undefined =