Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #320 from nypublicradio/kim/GOTH-264
Browse files Browse the repository at this point in the history
remove sponsored content from recirc module
  • Loading branch information
kimlarocca authored Jan 20, 2022
2 parents f11b856 + 6f0c8b2 commit 64dd0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RecirculationModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
},
async fetch () {
const recent = this.$axios.get(
`/pages/?type=news.ArticlePage&fields=*&order=-publication_date&show_on_index_listing=true&descendant_of=${this.relatedArticle.ancestry[0].id}&limit=4`
`/pages/?type=news.ArticlePage&fields=*&order=-publication_date&show_on_index_listing=true&descendant_of=${this.relatedArticle.ancestry[0].id}&limit=4&sponsored_content=false`
)
const featured = this.$axios.get(
`/pages/?type=news.ArticlePage&fields=*&order=-publication_date&show_on_index_listing=true&descendant_of=${this.relatedArticle.ancestry[0].id}&limit=5&show_as_feature=true`
Expand Down

0 comments on commit 64dd0fe

Please sign in to comment.