Public vote

This commit is contained in:
Nico 2020-04-10 01:46:36 +02:00
parent e661d03e8d
commit 8f28a409c7
6 changed files with 98 additions and 24 deletions

View file

@ -303,6 +303,7 @@ export class TrelloCreator {
if (positiveVotes.length > 0) {
cardToCreate.vote = {
question: cardToCreate.title,
public: true,
positive: positiveVotes,
}
}