Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine committed Dec 6, 2024
1 parent d05b5ac commit f3e36c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/jobs/hydrate/deca/hydrate-deca-raw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ async function createEffectif(document: IRawBalDeca, anneeScolaire: string): Pro
throw new Error("L'année de début et l'année de fin doivent être définies");
}

const effectif: WithoutId<IEffectifDECA> = {
let effectif: WithoutId<IEffectifDECA> = {
deca_raw_id: new ObjectId(document._id),
apprenant: {
nom,
Expand Down

0 comments on commit f3e36c3

Please sign in to comment.