Skip to content

Commit

Permalink
Remove wrong FAO areas sorting from Backend use case
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Aug 20, 2024
1 parent 60ae14d commit ea6b23e
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 ea6b23e

Please sign in to comment.