Attempt to fix race condition with database instantiation

This commit is contained in:
Jamie Curnow
2025-11-06 12:56:07 +10:00
parent 4cb85f6480
commit 51e25d1a40
16 changed files with 26 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ import Certificate from "./certificate.js";
import now from "./now_helper.js";
import User from "./user.js";
Model.knex(db);
Model.knex(db());
const boolFields = ["is_deleted", "ssl_forced", "http2_support", "enabled", "hsts_enabled", "hsts_subdomains"];