Skip to content

Commit

Permalink
VIC-1917: tenantId in agency search
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalicic committed Nov 1, 2022
1 parent 6731f61 commit 2cbb6ce
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 2cbb6ce

Please sign in to comment.