Skip to content

Commit

Permalink
print time
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Dec 16, 2021
1 parent b094e2c commit f227b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function labelCards(cardData) {
let requestSentCount = 0

const requestEverySecond = setInterval(() => {
console.log(Date.now())
const card = cardData[requestSentCount]

labelCardIssue(card).then(() => {
Expand Down

0 comments on commit f227b57

Please sign in to comment.