We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0d66d commit 80d3d9dCopy full SHA for 80d3d9d
1 file changed
lambdas/upsert-letter/src/handler/upsert-handler.ts
@@ -1,4 +1,4 @@
1
-import { SQSBatchItemFailure, SQSEvent, SQSHandler, Context } from "aws-lambda";
+import { Context, SQSBatchItemFailure, SQSEvent, SQSHandler } from "aws-lambda";
2
import { $LetterRequestPreparedEvent } from "@nhsdigital/nhs-notify-event-schemas-letter-rendering-v1";
3
import {
4
InsertLetter,
0 commit comments