Skip to content

Commit

Permalink
fix: model prefix (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns authored Dec 9, 2024
1 parent 171e0c0 commit da7d6a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const convertLbaCompanyToJobRecruiterApi = (recruteursLba: ILbaCompany[])
apply: {
url: `${config.publicUrl}/recherche-apprentissage?type=lba&itemId=${recruteurLba.siret}`,
phone: recruteurLba.phone,
recipient_id: recruteurLba.email ? `recruterslba_${recruteurLba._id}` : null,
recipient_id: recruteurLba.email ? `recruteurslba_${recruteurLba._id}` : null,
},
})
)
Expand Down

0 comments on commit da7d6a1

Please sign in to comment.