Skip to content

Commit

Permalink
fix(open-data): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Dec 18, 2023
1 parent cdea6e0 commit f88506c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const getFromDataInclusion = async (structureType: "CCAS" | "CIAS") => {
if (placeExist) {
await openDataPlaceRepository.update(
{ uuid: dataInclusionPlace.uuid },
{ structureId: placeExist.structureId }
{ domifaStructureId: placeExist.domifaStructureId }
);
}
}
Expand Down

0 comments on commit f88506c

Please sign in to comment.