Skip to content

Commit

Permalink
🔀 Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Jan 22, 2025
1 parent 64cc41c commit 531de7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -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,
Expand Down

0 comments on commit 531de7e

Please sign in to comment.