Skip to content

Commit

Permalink
fix: stable url data inclusion sans doublons (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay authored May 24, 2023
1 parent 3c0da25 commit 6c1fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract/cli/action/extract.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const filterDataByDepartement = (

export const extractAction = async (extractOptions: ExtractOptions): Promise<void> => {
const fetchLieuxFromDataInclusion: AxiosResponse = await axios.get(
'https://www.data.gouv.fr/fr/datasets/r/b5e5a1e1-122e-4f87-b6cf-d1ce342671be'
'https://www.data.gouv.fr/fr/datasets/r/bdfef095-f3a9-4e66-84bb-ea05d5c9c3a5'
);
const filteredLieuxForExtraction: SchemaLieuMediationNumerique[] = filterDataByDepartement(
fetchLieuxFromDataInclusion.data,
Expand Down

0 comments on commit 6c1fabe

Please sign in to comment.