Skip to content

Commit 9fb6790

Browse files
committed
feat: propagate rejection reason as part of verificaton event
1 parent 19b93ab commit 9fb6790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/controllers/trees.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export class TreesController {
238238
reference_id: storedTree.id,
239239
type: "VerifyCaptureProcessed",
240240
approved: trees.approved,
241-
rejectionReason: trees.rejectionReason,
241+
rejection_reason: trees.rejectionReason,
242242
created_at: new Date().toISOString()
243243
};
244244
domainEvent = {

0 commit comments

Comments
 (0)