api/src/modules/scenario-interventions/strategies/change-production-efficiency.intervention.strategy.ts
Function generateNewLocationForChangeProductionEfficiency
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
generateNewLocationForChangeProductionEfficiency(
sourcingLocations: SourcingLocation[],
): SourcingLocation[] {
const newLocations: SourcingLocation[] = [];
for (const location of sourcingLocations) {