yippie js
All checks were successful
deploy / build-and-deploy (push) Successful in 19s

This commit is contained in:
2025-11-15 22:34:06 +01:00
parent 84b0226177
commit 5460483bc9

View File

@@ -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;