Skip to content

Commit

Permalink
fix reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Feb 6, 2022
1 parent 966863c commit 435bb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ async function main () {
continue
}

const cardsLabeledCount = await labelCards(cards, column_labels['labels'])
const cardsLabeledCount = await removeLabelsFromCards(cards, column_labels['labels'])

console.log(`Removed labels from ${cardsLabeledCount} of ${cards.length} card issues`)
}
Expand Down

0 comments on commit 435bb8e

Please sign in to comment.