mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
fix sync double initialization issue
This commit is contained in:
@@ -6,7 +6,8 @@ const log = require('../../services/log');
|
||||
|
||||
async function getStatus() {
|
||||
return {
|
||||
isInitialized: await sqlInit.isDbInitialized()
|
||||
isInitialized: await sqlInit.isDbInitialized(),
|
||||
schemaExists: await sqlInit.schemaExists()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user