Skip to content

Commit

Permalink
chore(api): typo in props
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDos committed Jul 2, 2024
1 parent 574c15c commit cc97b60
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { sendEmailWithLink, templateMail } from "../../shared/email";

export const sendAlertDeadlineExceededDatePrevisionnelleToOrganism = ({
email,
candadicyId,
candidacyId,
}: {
email: string;
candadicyId: string;
candidacyId: string;
}) => {
const htmlContent = (url: string) =>
mjml2html(
Expand All @@ -28,7 +28,7 @@ export const sendAlertDeadlineExceededDatePrevisionnelleToOrganism = ({
to: { email },
app: "admin",
htmlContent,
customUrl: `/candidacies/${candadicyId}`,
customUrl: `/candidacies/${candidacyId}`,
subject:
"Dépassement du délai de saisie de la date prévisionnelle de passage devant le jury",
});
Expand Down

0 comments on commit cc97b60

Please sign in to comment.