Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ABSLord committed Oct 12, 2018
1 parent d76e41f commit 7db1d5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cuteme.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = function (robot) {
if (count > CUTIES_LIMIT) {
msg.send(`The maximum number of pugs is limited to ${CUTIES_LIMIT}`)
return

}

await nFetch(`${PUGME_SERVICE}/breed/pug/images/random/${count}`)
Expand Down

0 comments on commit 7db1d5c

Please sign in to comment.