mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fix(server/test): problematic cyclic dependency
This commit is contained in:
@@ -19,7 +19,7 @@ import password from "./encryption/password.js";
|
||||
import backup from "./backup.js";
|
||||
import eventService from "./events.js";
|
||||
|
||||
const dbReady = deferred<void>();
|
||||
export const dbReady = deferred<void>();
|
||||
|
||||
function schemaExists() {
|
||||
return !!sql.getValue(/*sql*/`SELECT name FROM sqlite_master
|
||||
|
||||
Reference in New Issue
Block a user