Skip to content

Commit 9e8af4f

Browse files
masl2nhsd-david-wass
authored andcommitted
minor post merge fixes and linting
1 parent 5cc16ef commit 9e8af4f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lambdas/supplier-allocator/src/handler/allocate-handler.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ import { Unit } from "aws-embedded-metrics";
88
import { MetricEntry, MetricStatus, buildEMFObject } from "@internal/helpers";
99
import { Deps } from "../config/deps";
1010

11-
type SupplierSpec = { supplierId: string; specId: string; priority: number; billingId: string };
11+
type SupplierSpec = {
12+
supplierId: string;
13+
specId: string;
14+
priority: number;
15+
billingId: string;
16+
};
1217
type PreparedEvents = LetterRequestPreparedEventV2 | LetterRequestPreparedEvent;
1318

1419
// small envelope that must exist in all inputs

0 commit comments

Comments
 (0)