Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Dec 31, 2023
1 parent 3c4eb45 commit 1687907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse/knexfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {
CLICKHOUSE_PASSWORD = "default",
} = process.env;

const str = `https://${CLICKHOUSE_USER}:${CLICKHOUSE_PASSWORD}@${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/default`
const str = `https://${CLICKHOUSE_USER}:${CLICKHOUSE_PASSWORD}@${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/default`;

const config: { [key: string]: Knex.Config } = {
default: {
Expand Down

0 comments on commit 1687907

Please sign in to comment.