From 8e1acd8f50a48d72c7f2908e99aecccc052a0941 Mon Sep 17 00:00:00 2001
From: build-token <build-token>
Date: Tue, 11 Oct 2022 16:15:54 +0000
Subject: [PATCH] publish: fix: sge transmissionRecurente and add safety case

generated from commit 6fc9764afa9e620bee59a40d2fd5051bcca9fdcc
---
 index.js           | 2 +-
 onDeleteAccount.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index 03570df..be46144 100644
--- a/index.js
+++ b/index.js
@@ -223957,7 +223957,7 @@ function commanderCollectePublicationMesures(
                       <injection>false</injection>
                       <mesuresPas>PT30M</mesuresPas>
                       <mesuresCorrigees>false</mesuresCorrigees>
-                      <transmissionRecurrente>true</transmissionRecurrente>
+                      <transmissionRecurrente>false</transmissionRecurrente>
                       <periodiciteTransmission>P1D</periodiciteTransmission>
                   </accesMesures>
               </demande>
diff --git a/onDeleteAccount.js b/onDeleteAccount.js
index 9bb2d78..83e1938 100644
--- a/onDeleteAccount.js
+++ b/onDeleteAccount.js
@@ -223277,7 +223277,7 @@ function commanderCollectePublicationMesures(
                       <injection>false</injection>
                       <mesuresPas>PT30M</mesuresPas>
                       <mesuresCorrigees>false</mesuresCorrigees>
-                      <transmissionRecurrente>true</transmissionRecurrente>
+                      <transmissionRecurrente>false</transmissionRecurrente>
                       <periodiciteTransmission>P1D</periodiciteTransmission>
                   </accesMesures>
               </demande>
-- 
GitLab