Skip to content

Commit d7ef248

Browse files
Bump bersion and clean up
1 parent 360e83a commit d7ef248

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

internal/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"typecheck": "tsc --noEmit"
3838
},
3939
"types": "dist/index.d.ts",
40-
"version": "1.0.13"
40+
"version": "1.0.14"
4141
}

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ 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-
3432
const letterEvent = mapLetterToCloudEvent(
3533
letter,
3634
deps.env.EVENT_SOURCE,

0 commit comments

Comments
 (0)