mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(webhooks): count test webhooks towards usage limit (#2143)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user