private[this] def capiEditionToOphanCountry()

in src/main/scala/com/gu/contentapi/mostviewedvideo/OphanStore.scala [42:47]


  private[this] def capiEditionToOphanCountry(capiEdition: String) = {
    capiEdition match {
      case "uk" => "gb"
      case other => other
    }
  }