bouton postuler

This commit is contained in:
el 2025-05-30 02:05:42 +02:00
parent 577457c31d
commit 661f7bfdfa
7 changed files with 176 additions and 152 deletions

View file

@ -47,6 +47,7 @@ export const ingestJobOffers = async (req: Request, res: Response) => {
companyName: offre.entreprise?.nom || null,
contractType: offre.typeContrat || null,
contractLabel: offre.libelleTypeContrat || null,
urlOffre: offre.contact?.urlPostulation || offre.origineOffre?.urlOrigine || null, // <-- ASSIGNEZ L'URL DÉTERMINÉE ICI
};
// Assurer la validité des dates pour Prisma