Skip to content

Commit

Permalink
🐛 Fix nom de propriété
Browse files Browse the repository at this point in the history
  • Loading branch information
spontoreau committed Oct 19, 2023
1 parent a1863e4 commit b5b7ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/domain/src/projet/lauréat/abandon/abandon.event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export type AbandonRejetéEvent = DomainEvent<
export type AbandonAccordéEvent = DomainEvent<
'AbandonAccordé-V1',
{
acceptéLe: string;
acceptéPar: RawIdentifiantUtilisateur;
accordéLe: string;
accordéPar: RawIdentifiantUtilisateur;
identifiantProjet: RawIdentifiantProjet;
réponseSignée: {
format: string;
Expand Down

0 comments on commit b5b7ae4

Please sign in to comment.