diff --git a/fapi-client/src/main/scala/com/gu/facia/api/utils/FaciaContentUtils.scala b/fapi-client/src/main/scala/com/gu/facia/api/utils/FaciaContentUtils.scala index d417e25f..844cb1a2 100644 --- a/fapi-client/src/main/scala/com/gu/facia/api/utils/FaciaContentUtils.scala +++ b/fapi-client/src/main/scala/com/gu/facia/api/utils/FaciaContentUtils.scala @@ -178,7 +178,8 @@ object FaciaContentUtils { curatedContent => curatedContent.properties.boostLevel, supportingCuratedContent => supportingCuratedContent.properties.boostLevel, linkSnap => linkSnap.properties.boostLevel, - latestSnap => latestSnap.properties.boostLevel + latestSnap => latestSnap.properties.boostLevel, + referenceSnap => referenceSnap.properties.boostLevel ) def showBoostedHeadline(fc: FaciaContent): Boolean = fold(fc)( curatedContent => curatedContent.properties.showBoostedHeadline,