We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9df05 commit 70d5f02Copy full SHA for 70d5f02
1 file changed
lambdas/api-handler/src/handlers/amendment-event-transformer.ts
@@ -29,6 +29,8 @@ export default function createTransformAmendmentEventHandler(
29
letter.reasonCode = updateLetterCommand.reasonCode;
30
letter.reasonText = updateLetterCommand.reasonText;
31
32
+ // validate given the letter status change event schema allows "uuid" style only?
33
+
34
const letterEvent = mapLetterToCloudEvent(
35
letter,
36
deps.env.EVENT_SOURCE,
0 commit comments