Skip to content

Commit

Permalink
Added missing crypto import (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardabeyazoglu authored Oct 21, 2024
1 parent a12e43f commit a878444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client-web/src/connection/web_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
withHttpSettings,
} from '@clickhouse/client-common'
import { getAsText } from '../utils'
import crypto from 'crypto'

type WebInsertParams<T> = Omit<
ConnInsertParams<ReadableStream<T>>,
Expand Down

0 comments on commit a878444

Please sign in to comment.