We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3a867 commit 6e1f915Copy full SHA for 6e1f915
1 file changed
src/controllers/proofs/ProofController.ts
@@ -201,6 +201,7 @@ export class ProofController extends Controller {
201
}),
202
outOfBandRecord: outOfBandRecord.toJSON(),
203
invitationDid: createRequestOptions?.invitationDid ? '' : invitationDid,
204
+ proofRecordThId: proof.proofRecord.threadId,
205
}
206
} catch (error) {
207
throw ErrorHandlingService.handle(error)
0 commit comments