Skip to content

Commit

Permalink
refactor: remove unnecessary code
Browse files Browse the repository at this point in the history
Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
bhavanakarwade authored and KulkarniShashank committed Sep 11, 2024
1 parent 0a2b684 commit 2e7509b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/agent-service/src/agent-service.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,6 @@ export class AgentServiceService {
orgId: string
): Promise<object> {
try {
this.logger.log(`Agent url ${url}`);
const getApiKey = await this.getOrgAgentApiKey(orgId);
const sendOutOfbandCredentialOffer = await this.commonService
.httpPost(url, outOfBandIssuancePayload, { headers: { authorization: getApiKey } })
Expand Down
1 change: 0 additions & 1 deletion apps/issuance/src/issuance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@ async sendEmailForCredentialOffer(sendEmailCredentialOffer: SendEmailCredentialO
imageUrl: organisation?.logoUrl || outOfBandCredential?.imageUrl
};

this.logger.log(`outOfBandIssuancePayload ::: ${JSON.stringify(outOfBandIssuancePayload)}`);
const payloadAttributes = outOfBandIssuancePayload?.credentialFormats?.jsonld?.credential?.credentialSubject;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down

0 comments on commit 2e7509b

Please sign in to comment.