bouton postuler
This commit is contained in:
parent
577457c31d
commit
661f7bfdfa
7 changed files with 176 additions and 152 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue