Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Dec 23, 2024
1 parent 5ce1be7 commit e81dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/models/lbaItem.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const ZLbaItemJob = z
.object({
description: z.string().nullish(), // pe -> description | matcha -> description | partner -> offer_description
employeurDescription: z.string().nullish(), // matcha -> job.job_employer_description | partner -> workplace_description
creationDate: z.date().nullable(), // pe -> dateCreation | matcha -> createdAt | parnter -> offer_creation
creationDate: z.date().nullable(), // pe -> dateCreation | matcha -> createdAt | partner -> offer_creation
id: z.string().nullish(), // pe -> id | matcha -> id mongo offre | partner -> partner_id
contractType: z.string().nullish(), // pe -> typeContrat | matcha -> offres.type
contractDescription: z.string().nullish(), // pe -> typeContratLibelle
Expand Down

0 comments on commit e81dda9

Please sign in to comment.