diff --git a/admin/app/jobs/RefreshFrontsJob.scala b/admin/app/jobs/RefreshFrontsJob.scala index 10ce6fdb6a17..0df4919dba62 100644 --- a/admin/app/jobs/RefreshFrontsJob.scala +++ b/admin/app/jobs/RefreshFrontsJob.scala @@ -13,7 +13,7 @@ object LowFrequency extends FrontType object StandardFrequency extends FrontType object HighFrequency extends FrontType { def highFrequencyPaths: List[String] = - List("uk", "us", "au", "europe", "international", "uk/sport", "us/sport", "au/sport", "us-news/us-elections-2024") + List("uk", "us", "au", "europe", "international", "uk/sport", "us/sport", "au/sport") } case class CronUpdate(path: String, frontType: FrontType)