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.
2 parents 3bfd19b + 7920915 commit adfa361Copy full SHA for adfa361
src/scripts/trello.coffee
@@ -59,4 +59,4 @@ showCards = (msg) ->
59
return
60
61
msg.send "Cards in " + data.name + ":"
62
- msg.send "- " + card.name + for card in data.cards
+ msg.send "- " + card.name for card in data.cards
0 commit comments