Skip to content

Commit

Permalink
fix: gestion des cas
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlr committed Dec 17, 2024
1 parent 364fa57 commit 349ca12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,8 @@ export const convertFranceTravailJobToJobOfferApi = (offresEmploiFranceTravail:
brand: null,
legal_name: null,
website: null,
name: offreFT.entreprise.nom,
description: offreFT.entreprise.description,
name: offreFT.entreprise.nom ?? null,
description: offreFT.entreprise.description ?? null,
size: null,
location: {
address: offreFT.lieuTravail.libelle,
Expand Down

0 comments on commit 349ca12

Please sign in to comment.