From 6c1fabede9ca935f570c99a282943c6338376f25 Mon Sep 17 00:00:00 2001 From: Arthur Belkhayat Date: Wed, 24 May 2023 14:20:25 +0200 Subject: [PATCH] fix: stable url data inclusion sans doublons (#81) --- src/extract/cli/action/extract.action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extract/cli/action/extract.action.ts b/src/extract/cli/action/extract.action.ts index 093f54b9..eeef2cd4 100644 --- a/src/extract/cli/action/extract.action.ts +++ b/src/extract/cli/action/extract.action.ts @@ -16,7 +16,7 @@ const filterDataByDepartement = ( export const extractAction = async (extractOptions: ExtractOptions): Promise => { 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,