Skip to content

Commit 0d116fa

Browse files
waleedlatif1claude
andcommitted
fix(webhooks): replace remaining any type in handlePreDeploymentVerification
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c5cfaf commit 0d116fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/webhooks/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export function shouldSkipWebhookEvent(
207207

208208
/** Returns 200 OK for providers that validate URLs before the workflow is deployed */
209209
export function handlePreDeploymentVerification(
210-
webhookRecord: any,
210+
webhookRecord: { provider: string },
211211
requestId: string
212212
): NextResponse | null {
213213
if (requiresPendingWebhookVerification(webhookRecord.provider)) {

0 commit comments

Comments
 (0)