fix(webhooks): count test webhooks towards usage limit (#2143)

This commit is contained in:
Waleed
2025-11-30 20:28:36 -08:00
committed by GitHub
parent 7b2792122d
commit 7f62467f84

View File

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