Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisHoover committed Jan 24, 2021
2 parents 0ebecfe + 76be7d6 commit ee69762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const peddler = (app) => {
let text
let gif = ''
if (process.env.GIPHY_KEY) {
const { data: gifs } = await gf.search(`${prTitle}`, { sort: 'relevant', limit: 1 })
const { data: gifs } = await gf.search(`${prTitle}`, { sort: 'relevant', limit: 1, rating: 'pg-13' })
gif = gifs[0].url || ''
}
if (prTitle.includes('Revert')) {
Expand Down

0 comments on commit ee69762

Please sign in to comment.