Skip to content

Commit

Permalink
Remove isNotLiveBlog method from ArticlePicker
Browse files Browse the repository at this point in the history
Co-authored-by: Max Duval <[email protected]>
  • Loading branch information
ioannakok and mxdvl committed Apr 17, 2024
1 parent ee221c9 commit 5e1f071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions article/app/services/dotcomrendering/ArticlePicker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ object ArticlePageChecks {

def isNotAGallery(page: PageWithStoryPackage): Boolean = !page.item.tags.isGallery

def isNotLiveBlog(page: PageWithStoryPackage): Boolean = !page.item.tags.isLiveBlog

def isNotPaidContent(page: PageWithStoryPackage): Boolean = !page.item.tags.isPaidContent
}

Expand Down

0 comments on commit 5e1f071

Please sign in to comment.