We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501a71f commit f7f7970Copy full SHA for f7f7970
adminforth/dataConnectors/clickhouse.ts
@@ -18,7 +18,7 @@ class ClickhouseConnector extends AdminForthBaseConnector implements IAdminForth
18
constructor({ url }: { url: string }) {
19
super();
20
this.dbName = new URL(url).pathname.replace('/', '');
21
- this.url = url;;
+ this.url = url;
22
// create connection here
23
this.client = createClient({
24
url: url.replace('clickhouse://', 'http://'),
0 commit comments