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 435bb8e commit d4cf389
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 @@ -280,7 +280,7 @@ function removeLabelsFromCards(cardData, labels) {
const requestInterval = setInterval(() => {
const card = cardData[requestSentCount]

labelCardIssue(card, labels).then(() => {
stripLabelsFromCardIssue(card, labels).then(() => {
cardsLabeledCount++
}).catch((e) => {
console.warn(`WARNING: Failed to label card with id: ${card.id}`)
Expand Down

0 comments on commit d4cf389

Please sign in to comment.