Skip to content

Commit

Permalink
Merge pull request #26606 from guardian/ab/fix-most-viewed
Browse files Browse the repository at this point in the history
Add Europe to ophan API Edition list
  • Loading branch information
abeddow91 authored Sep 26, 2023
2 parents b20a150 + 47dc943 commit 68e2574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/app/services/OphanApi.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package services

import common.editions.{Au, Uk, Us, International}
import common.editions.{Au, Europe, International, Uk, Us}

import java.net.URLEncoder
import java.time.LocalDate
Expand Down Expand Up @@ -39,6 +39,7 @@ class OphanApi(wsClient: WSClient)(implicit executionContext: ExecutionContext)
case Uk => "gb"
case Us => "us"
case International => "international"
case Europe => "international"
}

// getBody is the general function that queries Ophan
Expand Down

0 comments on commit 68e2574

Please sign in to comment.