Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Feb 4, 2022
1 parent f95a222 commit e8f5936
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 @@ -435,7 +435,7 @@ async function main () {
}

const issueNumber = issueNumberMatchCapture[1]
console.log(await getIssueLabels(issueNumber))
console.log(await getIssueLabels(parseInt(issueNumber)))
}
//const cardsLabeledCount = await labelCards(cards, column_labels['labels'])

Expand Down

0 comments on commit e8f5936

Please sign in to comment.