Skip to content

Commit

Permalink
feat(lbac-2225): jobId as string
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Jun 28, 2024
1 parent 512c0b9 commit 2d12a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/jobs/lba_recruteur/seed/createOffre.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const createOffreCollection = async () => {
{
$project: {
// champs générés ou supprimés
jobId: "$jobs._id",
jobId: { $toString: "$jobs._id" },
recruiterId: "$_id",
recruiterStatus: "$status",
_id: 0,
Expand Down

0 comments on commit 2d12a85

Please sign in to comment.