Skip to content

Commit 7f62467

Browse files
authored
fix(webhooks): count test webhooks towards usage limit (#2143)
1 parent 7b27921 commit 7f62467

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/webhooks/processor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ export async function checkWebhookPreprocessing(
512512
requestId,
513513
checkRateLimit: true, // Webhooks need rate limiting
514514
checkDeployment: true, // Webhooks require deployed workflows
515-
skipUsageLimits: testMode, // Skip usage limits for test webhooks
516515
workspaceId: foundWorkflow.workspaceId,
517516
})
518517

0 commit comments

Comments
 (0)