Skip to content

Commit

Permalink
Merge branch 'main' into suppression-import
Browse files Browse the repository at this point in the history
  • Loading branch information
C2Chandelier authored Nov 13, 2024
2 parents 00c21a4 + b7598b2 commit 1f21bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/crons/JeVeuxAiderDaily.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const sync = async (result) => {
zip: mission.postalCode,
address: mission.address,
city: mission.city,
department: mission.department,
department: mission.departmentName,
region: mission.region,
country: "France",
location: mission.location,
Expand Down

0 comments on commit 1f21bb2

Please sign in to comment.