Prettified Code!

This commit is contained in:
NeonGamerBot-QK 2024-11-16 00:37:45 +00:00 committed by GitHub Action
parent 95fe9abb18
commit 7dfdf64c14

View file

@ -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`,