From 6637c6809770260a27dc3f887b0a54a1eaf97326 Mon Sep 17 00:00:00 2001 From: waleed Date: Sun, 30 Nov 2025 20:03:42 -0800 Subject: [PATCH] fix(webhooks): count test webhooks towards usage limit --- apps/sim/lib/webhooks/processor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/sim/lib/webhooks/processor.ts b/apps/sim/lib/webhooks/processor.ts index f204f867c79..772fd1728a4 100644 --- a/apps/sim/lib/webhooks/processor.ts +++ b/apps/sim/lib/webhooks/processor.ts @@ -512,7 +512,6 @@ export async function checkWebhookPreprocessing( requestId, checkRateLimit: true, // Webhooks need rate limiting checkDeployment: true, // Webhooks require deployed workflows - skipUsageLimits: testMode, // Skip usage limits for test webhooks workspaceId: foundWorkflow.workspaceId, })