Skip to content

Commit

Permalink
Merge pull request #132 from Onlineberatung/feat/VIC-1917_tenantId_in…
Browse files Browse the repository at this point in the history
…_agency_search

VIC-1917: tenantId in agency search
  • Loading branch information
tkuzynow authored Nov 2, 2022
2 parents 6731f61 + 2cbb6ce commit 4792268
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 4792268

Please sign in to comment.