We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0256527 commit 5d3b262Copy full SHA for 5d3b262
1 file changed
lambdas/allocate-letter/src/handler/allocate-handler.ts
@@ -9,9 +9,8 @@ import { SendMessageCommand } from "@aws-sdk/client-sqs";
9
import { LetterRequestPreparedEvent } from "@nhsdigital/nhs-notify-event-schemas-letter-rendering-v1";
10
11
import { LetterRequestPreparedEventV2 } from "@nhsdigital/nhs-notify-event-schemas-letter-rendering";
12
-import z, { url } from "zod";
+import z from "zod";
13
import { Deps } from "../config/deps";
14
-import { de } from "zod/v4/locales";
15
16
type SupplierSpec = { supplierId: string; specId: string };
17
type PreparedEvents = LetterRequestPreparedEventV2 | LetterRequestPreparedEvent;
0 commit comments