Skip to content

Commit 8bcf450

Browse files
waleedlatif1claude
andcommitted
fix(webhooks): remove unused imports from utils.server.ts after rebase
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3ad355e commit 8bcf450

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/sim/lib/webhooks/utils.server.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ import { db, workflowDeploymentVersion } from '@sim/db'
22
import { webhook, workflow } from '@sim/db/schema'
33
import { createLogger } from '@sim/logger'
44
import { and, eq, isNull, or } from 'drizzle-orm'
5-
import { type NextRequest, NextResponse } from 'next/server'
6-
import { safeCompare } from '@/lib/core/security/encryption'
7-
import {
8-
type SecureFetchResponse,
9-
secureFetchWithPinnedIP,
10-
validateUrlWithDNS,
11-
} from '@/lib/core/security/input-validation.server'
12-
import { sanitizeUrlForLog } from '@/lib/core/utils/logging'
135
import { generateShortId } from '@/lib/core/utils/uuid'
146
import type { DbOrTx } from '@/lib/db/types'
157
import { getProviderIdFromServiceId } from '@/lib/oauth'

0 commit comments

Comments
 (0)