1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 00:08:23 +00:00

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

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() {