private[this] def buildId()

in src/main/scala/com/gu/contentapi/mostviewedvideo/OphanStore.scala [98:100]


  private[this] def buildId(edition: Option[String], section: Option[String]): String = {
    Seq(edition, section).flatten.mkString("/")
  }