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 59f5fc9 commit 129a931
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 @@ -279,7 +279,7 @@ function removeLabelsFromCards(cardData, labels) {
}).finally(() => {
cardStripLabelAttemptCount++

if (cardLabelAttemptCount >= cardData.length) {
if (cardStripLabelAttemptCount >= cardData.length) {
resolve(cardsLabeledCount)
}
})
Expand Down

0 comments on commit 129a931

Please sign in to comment.