Skip to content

Commit 80d3d9d

Browse files
committed
linting
1 parent cf0d66d commit 80d3d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambdas/upsert-letter/src/handler/upsert-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SQSBatchItemFailure, SQSEvent, SQSHandler, Context } from "aws-lambda";
1+
import { Context, SQSBatchItemFailure, SQSEvent, SQSHandler } from "aws-lambda";
22
import { $LetterRequestPreparedEvent } from "@nhsdigital/nhs-notify-event-schemas-letter-rendering-v1";
33
import {
44
InsertLetter,

0 commit comments

Comments
 (0)