Skip to content

Commit

Permalink
Add Europe edition to findBranding function
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-imber committed Sep 24, 2024
1 parent 589f043 commit 4707cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object ContentApiUtils {
}

private def findBranding[T: Brandable](brandable: T): BrandingByEdition = {
val editions = Seq("uk", "us", "au", "int")
val editions = Seq("uk", "us", "au", "int", "eur")
editions.map { edition =>
edition -> BrandingFinder.findBranding(edition)(brandable)
}.toMap
Expand Down

0 comments on commit 4707cdf

Please sign in to comment.