Skip to content

Commit

Permalink
fix: the opposite
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Jun 13, 2024
1 parent ad11fa6 commit 97f7ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sport/app/football/controllers/FixturesController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class FixturesController(
Action.async { implicit request =>
tag match {
case "euro-2024" if Switches.Euro2024Header.isSwitchedOn =>
val id = "/atom/interactive/interactives/2023/01/euros-2024/tables-euros-2024-header"
val id = "/atom/interactive/interactives/2023/01/euros-2024/match-centre-euros-2024-header"
val edition = Edition(request)
contentApiClient
.getResponse(contentApiClient.item(id, edition))
Expand Down
2 changes: 1 addition & 1 deletion sport/app/football/controllers/LeagueTableController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class LeagueTableController(
)

val futureAtom = if (Switches.Euro2024Header.isSwitchedOn && competition == "euro-2024") {
val id = "/atom/interactive/interactives/2023/01/euros-2024/match-centre-euros-2024-header"
val id = "/atom/interactive/interactives/2023/01/euros-2024/tables-euros-2024-header"
val edition = Edition(request)
contentApiClient
.getResponse(contentApiClient.item(id, edition))
Expand Down

0 comments on commit 97f7ea5

Please sign in to comment.