Skip to content

Commit

Permalink
Préavis - Supprime le second tri superflu des zones FAO (#3559)
Browse files Browse the repository at this point in the history
## Linked issues

- Resolve #3506

----

- [ ] Tests E2E (Cypress)
  • Loading branch information
ivangabriele committed Aug 20, 2024
2 parents 60ae14d + ea6b23e commit 9deba56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ class GetFaoAreas(private val faoAreaRepository: FaoAreaRepository) {
val faoAreas = faoAreaRepository.findAllSortedByUsage()

return faoAreas.map { it.faoCode }
.distinct()
.sorted()
}
}

0 comments on commit 9deba56

Please sign in to comment.