Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-NCSU authored Oct 16, 2022
1 parent 9ad3df3 commit e8628d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ exports.fetch = async function limitFetch(text) {
if(response.status != 420) {
return await response.json();
}
console.log('retry')
await sleep(2000);
}
};
Expand Down

0 comments on commit e8628d7

Please sign in to comment.