Update redeliver-failed-deliveries.js

This commit is contained in:
garfield69 2024-01-25 17:16:19 +13:00 committed by GitHub
parent 05889ad7e4
commit cf0ac04b64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// This script uses GitHub's Octokit SDK to make API requests. For more information, see "[AUTOTITLE](/rest/guides/scripting-with-the-rest-api-and-javascript)."
const { App, Octokit } = require("octokit");
const sleep = (ms: number) => new Promise((r) => setTimeout(r, ms));
const sleep = ms => new Promise(r => setTimeout(r, ms));
const secondDelivery = true;
//