We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a82b76 commit bd4df20Copy full SHA for bd4df20
src/scripts/rsstodolist.coffee
@@ -53,7 +53,7 @@ module.exports = (robot) ->
53
description = descriptionNode.childNodes[0].nodeValue if descriptionNode.childNodes.length == 1
54
55
reply += " - #{title},"
56
- reply += " " + description if description != undefined
+ reply += " #{description}" if description?
57
reply += " [#{link}]\n"
58
catch err
59
msg.reply err
0 commit comments