Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGamerBot-QK authored and actions-user committed Nov 16, 2024
1 parent 95fe9ab commit 7dfdf64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/validate_prs.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ const pull_number = process.env.PR_NUMBER;
await commentError("Broken JSON:\n```" + e.toString() + "```");
}
if (already_thrown) {
setTimeout(() => {
process.exit(1);
}, 5 * 1000)
setTimeout(() => {
process.exit(1);
}, 5 * 1000);
} else {
await simpleApiReq(
`repos/${owner}/${repo}/pulls/${pull_number}/reviews`,
Expand Down

0 comments on commit 7dfdf64

Please sign in to comment.