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