Skip to content

Commit

Permalink
show red tick for wrong ans
Browse files Browse the repository at this point in the history
  • Loading branch information
dipta007 committed Jan 7, 2024
1 parent ac23c33 commit 685e268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/leetcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ const loader = (leetCode) => {
iterations++;
if (iterations > 9) {
clearInterval(intervalId); // poll for max 10 attempts (10 seconds)
leetCode.markUploadFailed();
}
return;
}
Expand Down

0 comments on commit 685e268

Please sign in to comment.