Skip to content

Commit

Permalink
feat: suppression nature inconnue dans les indicateurs nationaux (#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
totakoko authored Oct 18, 2023
1 parent d7ebce7 commit 74ad3d6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export async function getIndicateursOrganismesNature(filters: OrganismesFilters)
{
fiabilisation_statut: "FIABLE",
ferme: false,
nature: {
$nin: ["inconnue", null],
},
},
],
},
Expand Down

0 comments on commit 74ad3d6

Please sign in to comment.