Skip to content

Commit

Permalink
Merge pull request #118 from MTES-MCT/develop
Browse files Browse the repository at this point in the history
Récupération de toutes les communes data.gouv 🐛
  • Loading branch information
vincentlaine authored Feb 6, 2025
2 parents 66817cc + 0e76b21 commit df6866e
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 528 deletions.
3 changes: 0 additions & 3 deletions src/statistic_commune/statistic_commune.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export class StatisticCommuneService {
async getStatisticCommune() {
return this.statisticCommuneRepository.find({
relations: ['commune'],
where: {
id: LessThan(1000)
}
});
}

Expand Down
Loading

0 comments on commit df6866e

Please sign in to comment.