fix(pre-proc-checks): deployed checks should precede cost/ratelimit increments" (#2250)

This commit is contained in:
Vikhyath Mondreti
2025-12-08 20:04:21 -08:00
committed by GitHub
parent 3ce2788562
commit b7a1e8f5cf
5 changed files with 18 additions and 17 deletions

View File

@@ -134,7 +134,7 @@ async function executeWebhookJobInternal(
const loggingSession = new LoggingSession(
payload.workflowId,
executionId,
payload.provider || 'webhook',
payload.provider,
requestId
)