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 3c5498e commit 7920915Copy full SHA for 7920915
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