Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoxamin committed Feb 19, 2019
1 parent 7787276 commit a0a688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const buildMessage = function (kind) {
let flatten = (arr, emoji) => {
let message = ''
arr.forEach((dish) => {
if (element != '')
if (dish != '')
message += `\n${emoji} \`${dish}\``
})
return message
Expand Down

0 comments on commit a0a688d

Please sign in to comment.