Update redeliver-failed-deliveries.js

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

View File

@ -2,7 +2,7 @@
const { App, Octokit } = require("octokit");
const sleep = ms => new Promise(r => setTimeout(r, ms));
const secondDelivery = true;
let secondDelivery = true;
//
async function checkAndRedeliverWebhooks() {