Skip to content

Commit

Permalink
Merge pull request #58 from Onlineberatung/develop
Browse files Browse the repository at this point in the history
[pull] develop from Onlineberatung:develop
  • Loading branch information
adnanalicic authored Nov 7, 2022
2 parents c2fd96f + 4792268 commit 2fdc5fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ private FullAgencyResponseDTO convertToFullAgencyResponseDTO(Agency agency) {
.consultingType(agency.getConsultingTypeId())
.url(agency.getUrl())
.external(agency.isExternal())
.demographics(getDemographics(agency));
.demographics(getDemographics(agency))
.tenantId(agency.getTenantId());
}

private DemographicsDTO getDemographics(Agency agency) {
Expand Down

0 comments on commit 2fdc5fe

Please sign in to comment.