From 3733c3f884e28de5dcadf3985a1b3273f807969f Mon Sep 17 00:00:00 2001 From: pallavighule Date: Tue, 4 Mar 2025 15:09:00 +0530 Subject: [PATCH] fix:added proof record thread id Signed-off-by: pallavighule --- src/controllers/proofs/ProofController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/proofs/ProofController.ts b/src/controllers/proofs/ProofController.ts index 829003a8..166a85a9 100644 --- a/src/controllers/proofs/ProofController.ts +++ b/src/controllers/proofs/ProofController.ts @@ -201,6 +201,7 @@ export class ProofController extends Controller { }), outOfBandRecord: outOfBandRecord.toJSON(), invitationDid: createRequestOptions?.invitationDid ? '' : invitationDid, + proofRecordThId: proof.proofRecord.threadId, } } catch (error) { throw ErrorHandlingService.handle(error)