Skip to content

Commit c87d8a1

Browse files
refactor: prettyVc object (#1041)
* refactor: added pretty vc height and width in bulk issuance Signed-off-by: bhavanakarwade <[email protected]> * fix: added width and height pretty vc config in retry bulk issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: prettyVc object Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]>
1 parent c2ff8c9 commit c87d8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/issuance/src/issuance.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,8 +1616,8 @@ async sendEmailForCredentialOffer(sendEmailCredentialOffer: SendEmailCredentialO
16161616
certificate: jobDetails?.certificate,
16171617
size: jobDetails?.size,
16181618
orientation: jobDetails?.orientation,
1619-
height: prettyVc?.height,
1620-
width: prettyVc?.width
1619+
height: jobDetails?.height,
1620+
width: jobDetails?.width
16211621
};
16221622

16231623
oobIssuancepayload = await createOobJsonldIssuancePayload(JsonldCredentialDetails, prettyVc);

0 commit comments

Comments
 (0)