Added access_code column to teams.
This commit is contained in:
@@ -204,7 +204,7 @@ async function findFirst(data) {
|
||||
}
|
||||
|
||||
async function connect() {
|
||||
if (!clickhouse) {
|
||||
if (enabled && !clickhouse) {
|
||||
clickhouse = process.env.CLICKHOUSE_URL && (global[CLICKHOUSE] || getClient());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user