Skip to content

Commit

Permalink
fix: fetch schema details (#932)
Browse files Browse the repository at this point in the history
Signed-off-by: bhavanakarwade <bhavana.karwade@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
  • Loading branch information
bhavanakarwade authored and KulkarniShashank committed Sep 11, 2024
1 parent 65f268e commit 20e13da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ecosystem/src/ecosystem.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ export class EcosystemService {
throw new BadRequestException(ResponseMessages.ecosystem.error.transactionNotSigned);
}

const ecosystemMemberDetails = await this.ecosystemRepository.getAgentDetails(orgId);
const ecosystemMemberDetails = await this.getEcosystemMemberDetails(endorsementTransactionPayload);
const ecosystemLeadAgentDetails = await this.getEcosystemLeadAgentDetails(ecosystemId);
const agentEndPoint = ecosystemLeadAgentEndPoint
? ecosystemLeadAgentEndPoint
Expand Down

0 comments on commit 20e13da

Please sign in to comment.