We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9523ed4 commit 227dd44Copy full SHA for 227dd44
1 file changed
lambdas/supplier-allocator/src/handler/allocate-handler.ts
@@ -311,7 +311,7 @@ export default function createSupplierAllocatorHandler(deps: Deps): SQSHandler {
311
incrementAllocation(
312
volumeGroupAllocations,
313
supplierDetails?.volumeGroupId ?? "unknown",
314
- supplierSpec.supplierId,
+ supplierDetails?.supplierSpec?.supplierId ?? "unknown",
315
1,
316
deps,
317
);
0 commit comments