From 46a761d8ec961b1554fe6ac2ee17747cf8c0bb95 Mon Sep 17 00:00:00 2001 From: Vlasis-Perdikidis Date: Fri, 12 Jun 2026 15:08:39 +0000 Subject: [PATCH] trigger a build --- lambdas/supplier-allocator/src/handler/allocate-handler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lambdas/supplier-allocator/src/handler/allocate-handler.ts b/lambdas/supplier-allocator/src/handler/allocate-handler.ts index ec3cc106d..472bfbae4 100644 --- a/lambdas/supplier-allocator/src/handler/allocate-handler.ts +++ b/lambdas/supplier-allocator/src/handler/allocate-handler.ts @@ -276,6 +276,7 @@ export default function createSupplierAllocatorHandler(deps: Deps): SQSHandler { description: "Extracted letter event", messageId: record.messageId, }); + // NOTE TO SELF remove this comment create a PR and trigger a build const supplierDetails: SupplierDetails = await getSupplierFromConfig( letterEvent,