We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a878444 commit 7fe20e4Copy full SHA for 7fe20e4
packages/client-web/src/connection/web_connection.ts
@@ -18,7 +18,6 @@ import {
18
withHttpSettings,
19
} from '@clickhouse/client-common'
20
import { getAsText } from '../utils'
21
-import crypto from 'crypto'
22
23
type WebInsertParams<T> = Omit<
24
ConnInsertParams<ReadableStream<T>>,
0 commit comments