From 88a10a0decdf9400b4a072c6ec44969861e8c171 Mon Sep 17 00:00:00 2001 From: Jonathon Herbert Date: Mon, 6 Jan 2025 17:01:51 +0000 Subject: [PATCH] Remove duplicate section --- client/src/typeahead/CapiTypeaheadHelpers.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/client/src/typeahead/CapiTypeaheadHelpers.ts b/client/src/typeahead/CapiTypeaheadHelpers.ts index 62a7c6c..40e018e 100644 --- a/client/src/typeahead/CapiTypeaheadHelpers.ts +++ b/client/src/typeahead/CapiTypeaheadHelpers.ts @@ -185,21 +185,6 @@ export class CapiTypeaheadHelpers { ]; mostUsedSections = [ - { - id: "news", - webTitle: "News", - webUrl: "https://www.theguardian.com/news", - apiUrl: "https://content.guardianapis.com/news", - editions: [ - { - id: "news", - webTitle: "News", - webUrl: "https://www.theguardian.com/news", - apiUrl: "https://content.guardianapis.com/news", - code: "default", - }, - ], - }, { id: "news", webTitle: "News",