Skip to content

Commit 1e77448

Browse files
lint fix
1 parent 95a5ffc commit 1e77448

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import { SendMessageCommand } from "@aws-sdk/client-sqs";
99
import { LetterRequestPreparedEvent } from "@nhsdigital/nhs-notify-event-schemas-letter-rendering-v1";
1010

1111
import { LetterRequestPreparedEventV2 } from "@nhsdigital/nhs-notify-event-schemas-letter-rendering";
12-
import z, { url } from "zod";
1312
import { Deps } from "../config/deps";
14-
import { de } from "zod/v4/locales";
1513

1614
type SupplierSpec = { supplierId: string; specId: string };
1715
type PreparedEvents = LetterRequestPreparedEventV2 | LetterRequestPreparedEvent;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ describe("createUpsertLetterHandler", () => {
374374
1,
375375
"Count",
376376
);
377-
378377
});
379378

380379
test("unknown operation type produces batch failure", async () => {

0 commit comments

Comments
 (0)