mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
server-ts: Fix export
This commit is contained in:
parent
1b58dbe401
commit
a029ee268a
@ -184,7 +184,7 @@ function getDbSize() {
|
|||||||
|
|
||||||
log.info(`DB size: ${getDbSize()} KB`);
|
log.info(`DB size: ${getDbSize()} KB`);
|
||||||
|
|
||||||
module.exports = {
|
export = {
|
||||||
dbReady,
|
dbReady,
|
||||||
schemaExists,
|
schemaExists,
|
||||||
isDbInitialized,
|
isDbInitialized,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user