Skip to content

Commit

Permalink
VIC-2455
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalicic committed Jan 30, 2023
1 parent 3c8231a commit 877be6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ public CreateEnquiryMessageResponseDTO createEnquiryMessage(EnquiryData enquiryD

var extendedConsultingTypeResponseDTO =
consultingTypeManager.getConsultingTypeSettings(session.getConsultingTypeId());
List<ConsultantAgency> agencyList = consultantAgencyService.findConsultantsByAgencyId(session.getAgencyId());
List<ConsultantAgency> agencyList =
consultantAgencyService.findConsultantsByAgencyId(session.getAgencyId());
String rcGroupId =
createRocketChatRoomAndAddUsers(
session, agencyList, enquiryData.getRocketChatCredentials());
Expand Down

0 comments on commit 877be6b

Please sign in to comment.