Skip to content

Commit

Permalink
Revert "Added missing crypto import (#341)" (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn authored Oct 21, 2024
1 parent a878444 commit 7fe20e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client-web/src/connection/web_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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 7fe20e4

Please sign in to comment.