mirror of
https://github.com/System-End/riceathon.git
synced 2026-04-19 23:22:58 +00:00
Prettified Code!
This commit is contained in:
parent
95fe9abb18
commit
7dfdf64c14
1 changed files with 3 additions and 3 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue