Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgarcia75 committed Nov 18, 2024
1 parent 0cdc6f8 commit 2de3699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/controllers/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ router.post("/", passport.authenticate(["referent"], { session: false, failWithE
if (!young) return res.status(404).send({ ok: false, code: ERRORS.NOT_FOUND });
await updateYoungStatusPhase2Contract(young, req.user);
await updateYoungPhase2StatusAndHours(young, req.user);
console.log("DATA2", data.missionObjective);

return res.status(200).send({ ok: true, data: serializeContract(contract, req.user) });
} catch (error) {
Expand Down

0 comments on commit 2de3699

Please sign in to comment.