From 6694233daeab0136d60dc497be3e01deba97dddd Mon Sep 17 00:00:00 2001 From: Andrew Nowak Date: Wed, 19 Feb 2025 16:40:58 +0000 Subject: [PATCH] add AFP --- ingestion-lambda/src/suppliers.ts | 1 + newswires/client/src/suppliers.ts | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ingestion-lambda/src/suppliers.ts b/ingestion-lambda/src/suppliers.ts index 73f138c..5c96c31 100644 --- a/ingestion-lambda/src/suppliers.ts +++ b/ingestion-lambda/src/suppliers.ts @@ -2,6 +2,7 @@ const supplierLookupMap: Record = { REUTERS: ['REUTERS'], GUREUTERS: ['Reuters-Newswires'], AAP: ['AAP'], + AFP: ['AFP'], AP: [ 'ADVIS', 'AP ADVIS', diff --git a/newswires/client/src/suppliers.ts b/newswires/client/src/suppliers.ts index a527133..5c67b19 100644 --- a/newswires/client/src/suppliers.ts +++ b/newswires/client/src/suppliers.ts @@ -22,6 +22,10 @@ const allSupplierData: Record< label: 'AAP', colour: AAPBrand, }, + AFP: { + label: 'AFP', + colour: AFPBrand, + }, PA: { label: 'PA', colour: PABrand,