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, })