Skip to content

Commit 70d5f02

Browse files
Init
1 parent 4f9df05 commit 70d5f02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lambdas/api-handler/src/handlers/amendment-event-transformer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export default function createTransformAmendmentEventHandler(
2929
letter.reasonCode = updateLetterCommand.reasonCode;
3030
letter.reasonText = updateLetterCommand.reasonText;
3131

32+
// validate given the letter status change event schema allows "uuid" style only?
33+
3234
const letterEvent = mapLetterToCloudEvent(
3335
letter,
3436
deps.env.EVENT_SOURCE,

0 commit comments

Comments
 (0)