mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
fix DB setup
This commit is contained in:
@@ -24,7 +24,7 @@ function triggerSync() {
|
||||
// it's ok to not wait for it here
|
||||
syncService.sync().then(res => {
|
||||
if (res.success) {
|
||||
sqlInit.dbInitialized();
|
||||
sqlInit.setDbAsInitialized();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user