Skip to content

Commit

Permalink
Mapper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitolo-Andrea committed Oct 22, 2024
1 parent 299ef7f commit 74ac675
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class CitizenConsentObjectToDTOMapper {

public CitizenConsentDTO map(CitizenConsent citizenConsent){
return CitizenConsentDTO.builder()
.hashedFiscalCode(citizenConsent.getHashedFiscalCode())
.tppState(citizenConsent.getTppState())
.tppId(citizenConsent.getTppId())
.creationDate(citizenConsent.getCreationDate())
Expand Down

0 comments on commit 74ac675

Please sign in to comment.