We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc16ef commit 9e8af4fCopy full SHA for 9e8af4f
1 file changed
lambdas/supplier-allocator/src/handler/allocate-handler.ts
@@ -8,7 +8,12 @@ import { Unit } from "aws-embedded-metrics";
8
import { MetricEntry, MetricStatus, buildEMFObject } from "@internal/helpers";
9
import { Deps } from "../config/deps";
10
11
-type SupplierSpec = { supplierId: string; specId: string; priority: number; billingId: string };
+type SupplierSpec = {
12
+ supplierId: string;
13
+ specId: string;
14
+ priority: number;
15
+ billingId: string;
16
+};
17
type PreparedEvents = LetterRequestPreparedEventV2 | LetterRequestPreparedEvent;
18
19
// small envelope that must exist in all inputs
0 commit comments