Skip to content
Snippets Groups Projects

Feat/rename endpoints

Merged Bastien DUMONT requested to merge feat/rename-endpoints into main
2 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -24,7 +24,7 @@ const {
consultationMesuresDetaillees,
rechercherPoint,
commanderCollectePublicationMesures,
stopDataCollect,
commanderArretServiceSouscritMesures,
getInseeCode,
updateBoConsent,
createBoConsent,
@@ -94,7 +94,7 @@ async function start(fields, cozyParameters) {
await getBoConsent()
if (!(await verifyUserIdentity(fields))) {
await deleteBoConsent()
await stopDataCollect()
await commanderArretServiceSouscritMesures()
throw errors.TERMS_VERSION_MISMATCH
}
}
Loading