From 44d7fc4b4b62cfe9dd79182acea71816ca5a8357 Mon Sep 17 00:00:00 2001 From: Eric Plaquevent Date: Tue, 2 Nov 2021 11:47:55 +0100 Subject: [PATCH] fix: force sdk publish --- server/src/sdk/utils/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/sdk/utils/utils.ts b/server/src/sdk/utils/utils.ts index 579ed0cf..47b2611f 100644 --- a/server/src/sdk/utils/utils.ts +++ b/server/src/sdk/utils/utils.ts @@ -274,7 +274,7 @@ export async function getAddressFromCoordinates({ } } -type Etablissement = any; // TODO type or find a way to infer from mongoose schema +type Etablissement = any; // TODO find a way to infer from mongoose schema type EtablissementScope = { siret: boolean;