This commit is contained in:
@@ -37,7 +37,7 @@ export async function sendWebhook<T extends WebhookAction>(action: T, data: Webh
|
|||||||
|
|
||||||
const webhookFutures = [];
|
const webhookFutures = [];
|
||||||
|
|
||||||
for (const webhook in WEBHOOK_ENDPOINT.split(',')) {
|
for (const webhook of WEBHOOK_ENDPOINT.split(',')) {
|
||||||
webhookFutures.push(
|
webhookFutures.push(
|
||||||
(async () => {
|
(async () => {
|
||||||
let retries = 0;
|
let retries = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user