Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/sim/lib/webhooks/processor.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -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,
})

Expand Down