Skip to content

Commit

Permalink
Merge pull request #239 from bcgov/fix/district-service-contact-entit…
Browse files Browse the repository at this point in the history
…y-msg

Fixing minor DTO issue
  • Loading branch information
arcshiftsolutions authored Jul 29, 2024
2 parents 6ce914c + 895de5e commit 917eee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public Pair<DistrictContactEntity, InstituteEvent> updateDistrictContact(Distric
final InstituteEvent instituteEvent = EventUtil.createInstituteEvent(
contact.getCreateUser(),
contact.getUpdateUser(),
JsonUtil.getJsonStringFromObject(DistrictContactMapper.mapper.toStructure(contactEntity)),
JsonUtil.getJsonStringFromObject(DistrictContactMapper.mapper.toStructure(currentContactEntity)),
UPDATE_DISTRICT_CONTACT,
DISTRICT_CONTACT_UPDATED
);
Expand Down

0 comments on commit 917eee9

Please sign in to comment.