Skip to content

Commit

Permalink
Merge pull request #163 from guardian/an/afp
Browse files Browse the repository at this point in the history
add AFP
  • Loading branch information
andrew-nowak authored Feb 19, 2025
2 parents b9cae1a + 6694233 commit 6336c5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ingestion-lambda/src/suppliers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const supplierLookupMap: Record<string, string[]> = {
REUTERS: ['REUTERS'],
GUREUTERS: ['Reuters-Newswires'],
AAP: ['AAP'],
AFP: ['AFP'],
AP: [
'ADVIS',
'AP ADVIS',
Expand Down
4 changes: 4 additions & 0 deletions newswires/client/src/suppliers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const allSupplierData: Record<
label: 'AAP',
colour: AAPBrand,
},
AFP: {
label: 'AFP',
colour: AFPBrand,
},
PA: {
label: 'PA',
colour: PABrand,
Expand Down

0 comments on commit 6336c5c

Please sign in to comment.