Skip to content

Commit 38fb986

Browse files
suryaiyer95claude
andcommitted
fix: remove stale @ts-expect-error in sqlserver.ts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 87b0db2 commit 38fb986

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/drivers/src/sqlserver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type { ConnectionConfig, Connector, ConnectorResult, SchemaColumn } from
77
export async function connect(config: ConnectionConfig): Promise<Connector> {
88
let mssql: any
99
try {
10-
// @ts-expect-error — optional dependency, loaded at runtime
1110
mssql = await import("mssql")
1211
mssql = mssql.default || mssql
1312
} catch {

0 commit comments

Comments
 (0)