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:
parent
cf0ac04b64
commit
7b258ae9a0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
const { App, Octokit } = require("octokit");
|
const { App, Octokit } = require("octokit");
|
||||||
|
|
||||||
const sleep = ms => new Promise(r => setTimeout(r, ms));
|
const sleep = ms => new Promise(r => setTimeout(r, ms));
|
||||||
const secondDelivery = true;
|
let secondDelivery = true;
|
||||||
|
|
||||||
//
|
//
|
||||||
async function checkAndRedeliverWebhooks() {
|
async function checkAndRedeliverWebhooks() {
|
||||||
|
|
Loading…
Reference in a new issue