Skip to content

Commit

Permalink
refactor: added request body parameter on endorsement list
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
tipusinghaw authored and KulkarniShashank committed Sep 11, 2024
1 parent 05b8534 commit 6cd3dd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/ecosystem/src/ecosystem.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,8 @@ export class EcosystemRepository {
ecosystemOrgs: true,
requestPayload: true,
responsePayload: true,
createDateTime: true
createDateTime: true,
requestBody: true
},
take: pageSize,
skip: (pageNumber - 1) * pageSize,
Expand Down Expand Up @@ -664,7 +665,7 @@ export class EcosystemRepository {
throw error;
}
}

// eslint-disable-next-line camelcase
async saveCredDef(credDefResult: saveCredDef): Promise<credential_definition> {
try {
Expand Down

0 comments on commit 6cd3dd0

Please sign in to comment.