Skip to content

Commit d148bb7

Browse files
committed
[FIXUP] quotes
1 parent 79d6620 commit d148bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-clickhouse-driver/src/ClickHouseDriver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
UnloadOptions,
2626
} from '@cubejs-backend/base-driver';
2727

28-
import * as process from "node:process";
28+
import * as process from 'node:process';
2929
import { Readable } from 'node:stream';
3030
import { ClickHouseClient, createClient } from '@clickhouse/client';
3131
import type { ClickHouseSettings, ResponseJSON } from '@clickhouse/client';

0 commit comments

Comments
 (0)