Skip to content

Commit

Permalink
💚 Fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
VioMrqs committed Jan 24, 2025
1 parent 7c4e65f commit 3387cc0
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ v1Router.get(
garantiesFinancières,
représentantLégal: await getReprésentantLégal(identifiantProjetValueType, user.role),
demandeRecours: await getRecours(identifiantProjetValueType),
actionnaire: await getActionnaire(
identifiantProjetValueType,
user.role,
demandeNécessiteInstructionPourActionnaire,
),
actionnaire: await getActionnaire({
identifiantProjet: identifiantProjetValueType,
rôle: user.role,
demandeNécessiteInstruction: demandeNécessiteInstructionPourActionnaire,
}),
hasAttestationConformité: !!attestationConformité,
modificationsNonPermisesParLeCDCActuel:
project.cahierDesChargesActuel.type === 'initial' &&
Expand Down

0 comments on commit 3387cc0

Please sign in to comment.