Skip to content

Commit a878444

Browse files
Added missing crypto import (#341)
1 parent a12e43f commit a878444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client-web/src/connection/web_connection.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
withHttpSettings,
1919
} from '@clickhouse/client-common'
2020
import { getAsText } from '../utils'
21+
import crypto from 'crypto'
2122

2223
type WebInsertParams<T> = Omit<
2324
ConnInsertParams<ReadableStream<T>>,

0 commit comments

Comments
 (0)