From 531de7ee0f3222d01ad67888373eba04594fb978 Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:52:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20Merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../raccordement/modifier-r\303\251f\303\251rence.ts" | 2 +- ...estionAutomatiqueDemandeChangementExecut\303\251e.saga.ts" | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/packages/applications/cli/src/commands/raccordement/modifier-r\303\251f\303\251rence.ts" "b/packages/applications/cli/src/commands/raccordement/modifier-r\303\251f\303\251rence.ts" index 5de6728cdb..0185f82e74 100644 --- "a/packages/applications/cli/src/commands/raccordement/modifier-r\303\251f\303\251rence.ts" +++ "b/packages/applications/cli/src/commands/raccordement/modifier-r\303\251f\303\251rence.ts" @@ -120,7 +120,7 @@ export default class ModifierRéférence extends Command { nouvelleRéférenceDossierRaccordementValue: row['referenceDossier corrigé GRD'], rôleValue: 'admin', modifiéeLeValue: DateTime.now().formatter(), - modifiéeParValue: Email.system().formatter(), + modifiéeParValue: Email.system.formatter(), }, }); } diff --git "a/packages/domain/laur\303\251at/src/repr\303\251sentantL\303\251gal/saga/t\303\242chePlanifi\303\251eGestionAutomatiqueDemandeChangementExecut\303\251e.saga.ts" "b/packages/domain/laur\303\251at/src/repr\303\251sentantL\303\251gal/saga/t\303\242chePlanifi\303\251eGestionAutomatiqueDemandeChangementExecut\303\251e.saga.ts" index 64d47abc92..5dd5ff3f3f 100644 --- "a/packages/domain/laur\303\251at/src/repr\303\251sentantL\303\251gal/saga/t\303\242chePlanifi\303\251eGestionAutomatiqueDemandeChangementExecut\303\251e.saga.ts" +++ "b/packages/domain/laur\303\251at/src/repr\303\251sentantL\303\251gal/saga/t\303\242chePlanifi\303\251eGestionAutomatiqueDemandeChangementExecut\303\251e.saga.ts" @@ -56,7 +56,7 @@ export const tâchePlanifiéeGestionAutomatiqueDemandeChangementExecutéeSaga = type: 'Lauréat.ReprésentantLégal.UseCase.AccorderChangementReprésentantLégal', data: { identifiantProjetValue: identifiantProjet.formatter(), - identifiantUtilisateurValue: Email.system().formatter(), + identifiantUtilisateurValue: Email.system.formatter(), dateAccordValue: DateTime.now().formatter(), accordAutomatiqueValue: true, }, @@ -67,7 +67,7 @@ export const tâchePlanifiéeGestionAutomatiqueDemandeChangementExecutéeSaga = type: 'Lauréat.ReprésentantLégal.UseCase.RejeterChangementReprésentantLégal', data: { identifiantProjetValue: identifiantProjet.formatter(), - identifiantUtilisateurValue: Email.system().formatter(), + identifiantUtilisateurValue: Email.system.formatter(), motifRejetValue: 'Rejet automatique', dateRejetValue: DateTime.now().formatter(), rejetAutomatiqueValue: true,